Files
codezero/include/l4/glue/arm/init.h
Bahadir Balban 519bfba8c7 Container/Pager/Capability initialization that works.
Need to safely free boot memory and jump to first task's stack.
Need to test scheduler and all syscall entries.
2009-08-04 13:56:11 +03:00

13 lines
259 B
C

#ifndef __ARM_GLUE_INIT_H__
#define __ARM_GLUE_INIT_H__
#include <l4/generic/tcb.h>
#include <l4/generic/space.h>
void switch_to_user(struct ktcb *inittask);
void timer_start(void);
extern struct address_space init_space;
#endif /* __ARM_GLUE_INIT_H__ */