Files
99_7018_lmx/apps/xtell_hide/include/app_ancbox.h
2025-10-30 17:53:59 +08:00

13 lines
270 B
C

#ifndef _APP_ANCBOX_H_
#define _APP_ANCBOX_H_
#include "typedef.h"
#include "system/event.h"
extern int app_ancbox_event_handler(struct ancbox_event *anc_dev);
extern u8 ancbox_get_status(void);
extern void ancbox_clear_status(void);
#endif //_APP_CHARGESTORE_H_