initial commit
This commit is contained in:
23
app/app_main.h
Executable file
23
app/app_main.h
Executable file
@@ -0,0 +1,23 @@
|
||||
#ifndef __APP_MAIN_H__
|
||||
#define __APP_MAIN_H__
|
||||
|
||||
#include "workqueue.h"
|
||||
|
||||
//#define SRC_CLEAR_SRC "src:clear_all_suspends"
|
||||
#define SRC_CONNECT_AP "src:to_connect_ap"
|
||||
#define SRC_CONNECT_SERVER "src:to_connect_server"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif /* __cplusplus */
|
||||
|
||||
void app_main_init();
|
||||
void app_main_deinit();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* __APP_MAIN_H__ */
|
||||
Reference in New Issue
Block a user