00001 #ifndef _APPLICATION_H 00002 #define _APPLICATION_H 00003 00013 void Application_init(void); 00014 00018 void Application_run(void); 00019 00020 #endif // _APPLICATION_H