9 lines
156 B
C
Executable File
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
|