2025-10-10 16:07:00 +08:00

9 lines
156 B
C
Executable File

#ifndef _BK_SYS_AT_H_
#define _BK_SYS_AT_H_
#ifdef CONFIG_AT
extern void at_misc_cmd_init(void);
extern void at_system_reboot(void);
#endif
#endif