forked from Imagelibrary/rtems
@@ -41,6 +41,16 @@
|
|||||||
|
|
||||||
#include <rtems/score/moxie.h>
|
#include <rtems/score/moxie.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSScoreCPUMoxieASM Moxie Assembler Support
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSScoreCPUMoxie
|
||||||
|
*
|
||||||
|
* @brief Moxie Assembler Support
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Recent versions of GNU cpp define variables which indicate the
|
* Recent versions of GNU cpp define variables which indicate the
|
||||||
* need for underscores and percents. If not using GNU cpp or
|
* need for underscores and percents. If not using GNU cpp or
|
||||||
@@ -113,4 +123,6 @@
|
|||||||
#define PUBLIC(sym) .globl SYM (sym)
|
#define PUBLIC(sym) .globl SYM (sym)
|
||||||
#define EXTERN(sym) .globl SYM (sym)
|
#define EXTERN(sym) .globl SYM (sym)
|
||||||
|
|
||||||
|
/** @} */
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
@@ -1,5 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
|
*
|
||||||
|
* @addtogroup RTEMSScoreCPUMoxie
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
@@ -17,6 +17,16 @@
|
|||||||
|
|
||||||
#include <rtems/score/cpu.h>
|
#include <rtems/score/cpu.h>
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @defgroup RTEMSScoreCPUMoxie Moxie
|
||||||
|
*
|
||||||
|
* @ingroup RTEMSScoreCPU
|
||||||
|
*
|
||||||
|
* @brief Moxie Architecture Support
|
||||||
|
*
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
|
||||||
#define CPU_PER_CPU_CONTROL_SIZE 0
|
#define CPU_PER_CPU_CONTROL_SIZE 0
|
||||||
|
|
||||||
#ifndef ASM
|
#ifndef ASM
|
||||||
@@ -53,4 +63,6 @@ RTEMS_INLINE_ROUTINE void _CPU_Instruction_no_operation( void )
|
|||||||
|
|
||||||
#endif /* ASM */
|
#endif /* ASM */
|
||||||
|
|
||||||
|
/** @} */
|
||||||
|
|
||||||
#endif /* _RTEMS_SCORE_CPUIMPL_H */
|
#endif /* _RTEMS_SCORE_CPUIMPL_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user