00001
00009
00010
00011
00012
00013 #ifndef _LOADER_LOADER_H
00014 #define _LOADER_LOADER_H
00015
00016 #include <l4/sys/compiler.h>
00017
00020 #define L4LOADER_COMPLETE 0x12348765
00021
00024 #define L4LOADER_ERROR 0x43215678
00025
00026 #define L4LOADER_STOP 0x00000001
00027
00028 EXTERN_C_BEGIN
00029
00036 L4_CV void
00037 l4env_init(void);
00038
00046 L4_CV void
00047 l4loader_init(void *infopage);
00048
00049 L4_CV void
00050 l4loader_attach_relocateable(void *infopage);
00051
00052 EXTERN_C_END
00053
00054 #endif
00055