diff options
author | Alexis211 <alexis211@gmail.com> | 2010-02-05 20:49:34 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-02-05 20:49:34 +0100 |
commit | 893244c8b5272df86da5d333332eec26ae8f15f2 (patch) | |
tree | 066a20bc1cca70f1aa97df616b2b4fc31d698b40 /src/stem/task/task.h | |
parent | f9fd53ccbb1bb38ed21360179f44b27e2a729701 (diff) | |
download | TCE-893244c8b5272df86da5d333332eec26ae8f15f2.tar.gz TCE-893244c8b5272df86da5d333332eec26ae8f15f2.zip |
More work, does not work
Diffstat (limited to 'src/stem/task/task.h')
-rw-r--r-- | src/stem/task/task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stem/task/task.h b/src/stem/task/task.h index 1d1d121..c9f1794 100644 --- a/src/stem/task/task.h +++ b/src/stem/task/task.h @@ -41,7 +41,7 @@ struct thread { extern struct thread *current_thread; -void tasking_init(thread_entry whereToGo, void *data); +void tasking_init(); void tasking_switch(); void tasking_updateKernelPagetable(uint32_t idx, struct page_table *table, uint32_t tablePhysical); uint32_t tasking_handleException(struct registers *regs); |