cpukit/include/drvmgr: Manual header file clean up

This commit is contained in:
Joel Sherrill
2022-03-24 16:58:33 -05:00
parent 06c9ab3e2f
commit 9982e8e4c1
4 changed files with 35 additions and 7 deletions

View File

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

View File

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

View File

@@ -1,5 +1,12 @@
/* Linked list help functions used by driver manager.
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @brief Linked list help functions used by driver manager.
*/
/*
* COPYRIGHT (c) 2009 Cobham Gaisler AB.
*
* The license and distribution terms for this file may be

View File

@@ -1,10 +1,17 @@
/* PCI bus driver Interface.
/* SPDX-License-Identifier: BSD-2-Clause */
/**
* @file
*
* @brief PCI bus driver Interface.
*/
/*
* COPYRIGHT (c) 2008 Cobham Gaisler AB.
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution or at
* http://www.rtems.org/license/LICENSE.
*
*/