mirror of
https://github.com/drasko/codezero.git
synced 2026-02-27 09:13:13 +01:00
Initial commit
This commit is contained in:
9
include/l4/glue/arm/init.h
Normal file
9
include/l4/glue/arm/init.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef __ARM_GLUE_INIT_H__
|
||||
#define __ARM_GLUE_INIT_H__
|
||||
|
||||
#include <l4/generic/tcb.h>
|
||||
|
||||
void switch_to_user(struct ktcb *inittask);
|
||||
void timer_start(void);
|
||||
|
||||
#endif /* __ARM_GLUE_INIT_H__ */
|
||||
Reference in New Issue
Block a user