• Main Page
  • Modules
  • Data Structures
  • Files
  • File List
  • Globals

fan.h

Go to the documentation of this file.
00001 /*@{*//*@}*/
00010 
00011 #ifndef FAN_H
00012 #define FAN_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   fan_Init (void);
00044 EXTERN void   fan_Set  (E_SWITCH eState);
00045 
00046 /* End: Prototype declarations                                                */
00047 /******************************************************************************/
00048 
00049 #undef EXTERN
00050 #endif /* FAN_H */
00051 
00052 /**** Last line of code                                                    ****/

Generated on Sun Jan 23 2011 14:05:40 for ULA replacement firmware by  doxygen 1.7.2