Fixed file description and applied doxygen style
Removed old style file description and documnetation and apply doxygen synatx. Change-Id: I3ac9f06d4f574bf3c79c6f6044cec3a7e2f6e4c8 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
7283fe0dd3
commit
275ca60b08
182 changed files with 796 additions and 796 deletions
|
@ -1,5 +1,3 @@
|
|||
/* pci.c - PCI probe and information routines */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2013-2014 Wind River Systems, Inc.
|
||||
*
|
||||
|
@ -16,8 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* DESCRIPTION
|
||||
/**
|
||||
* @file
|
||||
* @brief PCI probe and information routines
|
||||
*
|
||||
* Module implements routines for PCI bus initialization and query.
|
||||
*
|
||||
* USAGE
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* pci_config.c - PCI bus support */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009-2010, 2013-2014 Wind River Systems, Inc.
|
||||
*
|
||||
|
@ -16,8 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* DESCRIPTION
|
||||
/**
|
||||
* @file
|
||||
* @brief PCI bus support
|
||||
*
|
||||
*
|
||||
* This module implements the PCI config space access functions
|
||||
*
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* pci_interface.c - PCI bus support */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009-2011, 2013-2014 Wind River Systems, Inc.
|
||||
*
|
||||
|
@ -16,8 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* DESCRIPTION
|
||||
/**
|
||||
* @file
|
||||
* @brief PCI bus support
|
||||
*
|
||||
*
|
||||
* This module implements the PCI H/W access functions.
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
/* pci_legacy_bridge.c - PCI legacy bridge device driver */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2015 Wind River Systems, Inc.
|
||||
*
|
||||
|
@ -16,8 +14,10 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
/*
|
||||
* DESCRIPTION
|
||||
/**
|
||||
* @file
|
||||
* @brief PCI legacy bridge device driver
|
||||
*
|
||||
* Module provides routines for utilizing the PCI legacy bridge, including
|
||||
* detection of the bridge and using the bridge to configure the routing between
|
||||
* PCI interrupt pins and IRQs.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue