#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