doxygen: Add group for FreeBSD kernel header files

This commit is contained in:
Sebastian Huber
2023-03-16 14:07:52 +01:00
parent 45234f58e5
commit 3353d3f3ad
9 changed files with 25 additions and 0 deletions

View File

@@ -58,6 +58,15 @@
* @ingroup RTEMSImpl
*/
/**
* @defgroup RTEMSImplFreeBSDKernel FreeBSD Kernel Space Support
*
* @ingroup RTEMSImpl
*
* @brief This group contains the interfaces used by FreeBSD kernel space
* components ported to RTEMS.
*/
/**
* @defgroup RTEMSTestSuites Test Suites
*

View File

@@ -3,6 +3,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides CPU set definitions for the kernel space
* (_KERNEL is defined before including <sys/cpuset.h>).
*/

View File

@@ -35,6 +35,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides IPv4 definitions for the kernel space
* (_KERNEL is defined before including <netinet/in.h>).
*/

View File

@@ -34,6 +34,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides IPv6 definitions for the kernel space
* (_KERNEL is defined before including <netinet6/in6.h>).
*/

View File

@@ -3,6 +3,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides memory map definitions for the kernel space
* (_KERNEL is defined before including <sys/mman.h>).
*/

View File

@@ -3,6 +3,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides parameter definitions for the kernel space
* (_KERNEL is defined before including <sys/param.h>).
*/

View File

@@ -37,6 +37,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides time definitions for the kernel space
* (_KERNEL is defined before including <sys/time.h>).
*/

View File

@@ -3,6 +3,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides type definitions for the kernel space
* (_KERNEL is defined before including <sys/types.h>).
*/

View File

@@ -35,6 +35,8 @@
/**
* @file
*
* @ingroup RTEMSImplFreeBSDKernel
*
* @brief This header file provides device driver I/O definitions for the
* kernel space (_KERNEL is defined before including <sys/uio.h>).
*/