KT24-1110_65E-HA-651B/apps/soundbox/include/common/power_off.h

10 lines
201 B
C
Raw Normal View History

2024-11-10 10:44:17 +00:00
#ifndef __POWER_OFF_H__
#define __POWER_OFF_H__
#include "generic/typedef.h"
#include "app_config.h"
#include "event.h"
void power_off_deal(struct sys_event *event, u8 step);
#endif//__POWER_OFF_H__