mirror of
https://github.com/drasko/codezero.git
synced 2026-01-11 18:33:16 +01:00
10 lines
188 B
C
10 lines
188 B
C
#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__ */
|