cpukit/include/pci: Manual header file clean up

This commit is contained in:
Joel Sherrill
2022-03-24 16:58:09 -05:00
parent 9982e8e4c1
commit c35816aaa1
7 changed files with 61 additions and 9 deletions

View File

@@ -1,6 +1,15 @@
/* Routines to access PCI memory/configuration space and other PCI related /* SPDX-License-Identifier: BSD-2-Clause */
* functions the PCI Library provides.
/**
* @file
* *
* @brief PCI Access Methods
*
* Routines to access PCI memory/configuration space and other PCI related
* functions the PCI Library provides.
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,5 +1,12 @@
/* PCI Configuration Library /* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* *
* @brief PCI Configuration Library
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,5 +1,12 @@
/* PCI Auto Configuration Library /* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* *
* @brief PCI Auto Configuration Library
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,5 +1,12 @@
/* PCI Peripheral Configuration Library /* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* *
* @brie PCI Peripheral Configuration Libraryf
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,6 +1,14 @@
/* PCI Read Configuration Library. Read current config that bootloader/BIOS /* SPDX-License-Identifier: BSD-2-Clause */
* has setup.
/**
* @file
* *
* @brief PCI Read Configuration Library
*
* Read current config where bootloader/BIOS has setup.
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,5 +1,12 @@
/* Static PCI Auto Configuration Library /* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* *
* @brief Static PCI Auto Configuration Library
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be

View File

@@ -1,5 +1,12 @@
/* PCI IRQ Library /* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
* *
* @brief PCI IRQ Library
*/
/*
* COPYRIGHT (c) 2010 Cobham Gaisler AB. * COPYRIGHT (c) 2010 Cobham Gaisler AB.
* *
* The license and distribution terms for this file may be * The license and distribution terms for this file may be