KT24-1110_65E-HA-651B/apps/soundbox/include/common/power_off.h
2024-11-10 18:44:17 +08:00

10 lines
201 B
C

#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__