hos/kernel/boot/k_main.h
josh e4701b8d96 merged in removing-assembly branch to do more in C
git-svn-id: svn://anubis/hos/trunk@80 5b3e749e-e535-0410-8002-a9bb6afbdfca
2010-01-07 15:38:15 +00:00

12 lines
76 B
C

#ifndef K_MAIN_H
#define K_MAIN_H
extern "C" {
void k_main();
}
#endif