BeRTOS
blanker.h
Go to the documentation of this file.
00001 
00038 #ifndef MWARE_BLANKER_H
00039 #define MWARE_BLANKER_H
00040 
00041 extern void blk_enable(void);
00042 extern void blk_disable(void);
00043 extern void blk_retrigger(void);
00044 
00045 #endif /* MWARE_BLANKER_H */