  | 
  
    RTEMS
    5.1
    
   | 
 
 
 
 
Go to the documentation of this file.   40 #include <rtems/score/cpuopts.h>    41 #include <rtems/score/cpu.h>    64 #ifndef __USER_LABEL_PREFIX__    65 #define __USER_LABEL_PREFIX__ _    68 #ifndef __REGISTER_PREFIX__    69 #define __REGISTER_PREFIX__    76 #define SYM(x) CONCAT1 (__USER_LABEL_PREFIX__, x)    80 #define REG(x) CONCAT1 (__REGISTER_PREFIX__, x)    93 #define BEGIN_CODE_DCL .text    95 #define BEGIN_DATA_DCL .data    97 #define BEGIN_CODE .text   110 #define PUBLIC(sym) .globl SYM (sym)   111 #define EXTERN(sym) .globl SYM (sym)