00001 00021 #ifndef ERSP_SCORPION_H 00022 #define ERSP_SCORPION_H 00023 00024 #define ERSP_INCLUDE "scorpion.inc" 00025 00026 #define SCORPION_(ID, TYPE, NAME) \ 00027 ERSP_DEV(SCORPION, ID, TYPE, NAME) 00028 00029 #define SCORPION_INTERFACE(TYPE, ID) \ 00030 ERSP_INTERFACE(scorpion, TYPE, ID) 00031 00032 #define SCORPION_END ERSP_INTERFACE_END 00033 00034 #include "ersp.inc" 00035 00036 #endif
1.5.1