00001 /**************************************************************************/ 00018 #ifndef _EMSTATUS_H_ 00019 #define _EMSTATUS_H_ 00020 00021 #include <stdint.h> 00022 #include "em_types.h" /* typedef uint32_t EMSTATUS; */ 00023 00025 #define EMSTATUS_OK (0) 00028 #define DISPLAY_EMSTATUS_BASE (0x8011UL<<16) 00029 #define TEXTDISPLAY_EMSTATUS_BASE (0x8012UL<<16) 00030 #define PAL_EMSTATUS_BASE (0x8013UL<<16) 00032 #endif /* _EMSTATUS_H_ */