11 lines
128 B
C
11 lines
128 B
C
#ifndef _POWERON_H_
|
|
#define _POWERON_H_
|
|
|
|
#include "system/event.h"
|
|
|
|
|
|
struct app_mode *app_enter_poweron_mode(int arg);
|
|
|
|
|
|
#endif
|