KT25-1015_AC695x_SDK310/apps/soundbox/include/common/power_off.h
2025-10-15 15:18:43 +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__