diff options
Diffstat (limited to 'include/asm/system.h')
| -rw-r--r-- | include/asm/system.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm/system.h b/include/asm/system.h new file mode 100644 index 0000000..02c2f62 --- /dev/null +++ b/include/asm/system.h @@ -0,0 +1,3 @@ +#include <kernel/sched.h> + +volatile void switch_to(struct task_struct*, struct task_state*); |
