summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-03-24 16:58:33 -0500
committerJoel Sherrill <joel@rtems.org>2022-03-25 11:19:28 -0500
commit9982e8e4c162546482c2bcd176a4bbbd1165cd5c (patch)
tree20e7e1a1d56b9441f929b942cf7db2a7dfb89583 /cpukit/include
parentcpukit/include/pci.h: Manual header clean up (diff)
downloadrtems-9982e8e4c162546482c2bcd176a4bbbd1165cd5c.tar.bz2
cpukit/include/drvmgr: Manual header file clean up
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/drvmgr/drvmgr.h9
-rw-r--r--cpukit/include/drvmgr/drvmgr_confdefs.h9
-rw-r--r--cpukit/include/drvmgr/drvmgr_list.h9
-rw-r--r--cpukit/include/drvmgr/pci_bus.h15
4 files changed, 35 insertions, 7 deletions
diff --git a/cpukit/include/drvmgr/drvmgr.h b/cpukit/include/drvmgr/drvmgr.h
index 4f4f884c45..f160335b53 100644
--- a/cpukit/include/drvmgr/drvmgr.h
+++ b/cpukit/include/drvmgr/drvmgr.h
@@ -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
diff --git a/cpukit/include/drvmgr/drvmgr_confdefs.h b/cpukit/include/drvmgr/drvmgr_confdefs.h
index a1c6bd6c5c..b204cca0d0 100644
--- a/cpukit/include/drvmgr/drvmgr_confdefs.h
+++ b/cpukit/include/drvmgr/drvmgr_confdefs.h
@@ -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
diff --git a/cpukit/include/drvmgr/drvmgr_list.h b/cpukit/include/drvmgr/drvmgr_list.h
index 76028fb5bd..f95055aa60 100644
--- a/cpukit/include/drvmgr/drvmgr_list.h
+++ b/cpukit/include/drvmgr/drvmgr_list.h
@@ -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
diff --git a/cpukit/include/drvmgr/pci_bus.h b/cpukit/include/drvmgr/pci_bus.h
index b426010da5..ad0a18f3ef 100644
--- a/cpukit/include/drvmgr/pci_bus.h
+++ b/cpukit/include/drvmgr/pci_bus.h
@@ -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.
*
*/