#ifndef _POWERON_H_ #define _POWERON_H_ #include "system/event.h" struct app_mode *app_enter_poweron_mode(int arg); #endif