mcklogd support

This commit is contained in:
takatori
2016-02-22 13:32:20 +09:00
parent d8eeab9b89
commit fff7744907
6 changed files with 132 additions and 15 deletions

View File

@ -14,7 +14,7 @@
#define INIT_H
extern void arch_init(void);
extern void kmsg_init(void);
extern void kmsg_init(int);
extern void mem_init(void);
extern void ikc_master_init(void);
extern void ap_init(void);