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