mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-19 09:10:17 +08:00
@@ -29,9 +29,9 @@
|
||||
#define _RTEMS_ASM_H
|
||||
|
||||
/**
|
||||
* @defgroup no_cpuAsm Address Incompatible Flavors Problems
|
||||
* @defgroup RTEMSScoreCPUExampleASM Example Assembler Support
|
||||
*
|
||||
* @ingroup no_cpu
|
||||
* @ingroup RTEMSScoreCPUExample
|
||||
*/
|
||||
/**@{*/
|
||||
|
||||
|
||||
@@ -17,6 +17,16 @@
|
||||
|
||||
#include <rtems/score/cpu.h>
|
||||
|
||||
/**
|
||||
* @defgroup RTEMSScoreCPUExample Example
|
||||
*
|
||||
* @ingroup RTEMSScoreCPU
|
||||
*
|
||||
* @brief Example CPU Architecture Support.
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief The size of the CPU specific per-CPU control.
|
||||
*
|
||||
@@ -130,4 +140,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
|
||||
|
||||
#endif /* ASM */
|
||||
|
||||
/** @} */
|
||||
|
||||
#endif /* _RTEMS_SCORE_CPUIMPL_H */
|
||||
|
||||
Reference in New Issue
Block a user