00001 00013 #ifndef _BUTTON_H_ 00014 #define _BUTTON_H_ 1 00015 00016 00021 void button_init(void); 00022 00023 00029 void button_process(void); 00030 00031 #endif //_BUTTON_H_