KT25-1014_AC695x_BTE_SDK310/apps/soundbox/include/common/power_off.h
2025-10-14 16:57:01 +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__