blob: 13fbbd46fb1fac75c4d05a592b2ef35a7907ff8c (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef __actions_all_h
#define __actions_all_h
void action_all_startup();
void action_execute_startup();
void action_debug_startup();
void action_showmenu_startup();
#endif
|