00001 00025 #ifndef _RWNXL_H_ 00026 #define _RWNXL_H_ 00027 00028 #include "co_bool.h" 00029 00044 void rwnxl_init(void); 00045 00054 void rwnxl_start(void); 00055 00066 void rwnxl_reset_evt(int dummy); 00067 00076 bool rwnxl_cpu_can_sleep(void); 00077 00085 void rwnxl_sleep(void); 00086 00093 void rwnxl_wakeup(void); 00094 00096 00097 #endif // _RWNXL_H_
1.6.1