00001 /*@{*//*@}*/ 00010 00011 #ifndef RELAY_H 00012 #define RELAY_H 00013 00014 #ifdef EXPORT 00015 #define EXTERN 00016 #else 00017 #define EXTERN extern 00018 #endif 00019 00020 /******************************************************************************/ 00021 /* Constants (#define) *//*@{*/ 00022 /* End: define Constants *//*@}*/ 00023 /******************************************************************************/ 00024 00025 /******************************************************************************/ 00026 /* Macro definitions (#define) *//*@{*/ 00027 /* End: Macro definitions (#define) *//*@}*/ 00028 /******************************************************************************/ 00029 00030 /******************************************************************************/ 00031 /* Basic types (typedef) *//*@{*/ 00032 /* End: Basic types (typedef) *//*@}*/ 00033 /******************************************************************************/ 00034 00035 /******************************************************************************/ 00036 /* Global variables/constan. *//*@{*/ 00037 /* End: Global variables *//*@}*/ 00038 /******************************************************************************/ 00039 00040 /******************************************************************************/ 00041 /* Prototype declarations */ 00042 00043 EXTERN void relay_Init (void); 00044 EXTERN void relay_Enable (E_BOOL bEnabled); 00045 00046 /* End: Prototype declarations */ 00047 /******************************************************************************/ 00048 00049 #undef EXTERN 00050 #endif /* RELAY_H */ 00051 00052 /**** Last line of code ****/