forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
bd675f394c
commit
7e5ed6b789
@@ -18,6 +18,22 @@
|
||||
* @brief API
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSAPIIO IO
|
||||
*
|
||||
* @ingroup RTEMSAPI
|
||||
*
|
||||
* @brief IO
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSAPIPrintSupport Print Support
|
||||
*
|
||||
* @ingroup RTEMSAPIIO
|
||||
*
|
||||
* @brief Print Support
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSDeviceDrivers Device Drivers
|
||||
*
|
||||
|
||||
@@ -29,7 +29,7 @@ extern "C" {
|
||||
/**
|
||||
* @defgroup BSPIO Kernel Print Support
|
||||
*
|
||||
* @ingroup LibIO
|
||||
* @ingroup RTEMSAPIPrintSupport
|
||||
*
|
||||
* This module contains all methods and support related to providing
|
||||
* kernel level print support.
|
||||
|
||||
@@ -31,7 +31,7 @@ typedef struct rtems_printer rtems_printer;
|
||||
/**
|
||||
* @defgroup RTEMSPrintSupport RTEMS Print Support
|
||||
*
|
||||
* @ingroup LibIO
|
||||
* @ingroup RTEMSAPIPrintSupport
|
||||
*
|
||||
* This module contains all methods and support related to providing the user
|
||||
* with an interface to the kernel level print support.
|
||||
|
||||
Reference in New Issue
Block a user