A little change on test IKC handlers

This commit is contained in:
Taku Shimosawa
2012-02-29 10:43:38 +09:00
parent c13585fccb
commit b3cc785796
4 changed files with 7 additions and 3 deletions

View File

@ -7,7 +7,7 @@ extern void mem_init(void);
extern void ikc_master_init(void);
extern void ap_init(void);
extern void arch_ready(void);
extern void mc_ikc_init(void);
extern void mc_ikc_test_init(void);
extern void cpu_local_var_init(void);
extern void kmalloc_init(void);
extern void ap_start(void);