IKC initialization added

This commit is contained in:
Taku Shimosawa
2011-09-30 00:57:49 +09:00
parent 6ba196e1df
commit 250b174b48
4 changed files with 66 additions and 100 deletions

View File

@ -7,6 +7,7 @@ extern struct aal_kmsg_buf kmsg_buf;
extern void arch_init(void);
extern void kmsg_init(void);
extern void mem_init(void);
extern void ikc_master_init(void);
int main(void)
{
@ -18,6 +19,8 @@ int main(void)
mem_init();
ikc_master_init();
cpu_enable_interrupt();
while (1) {