]> git.buserror.net Git - polintos/scott/priv.git/blobdiff - kernel/include/arch-x86/thread.h
update
[polintos/scott/priv.git] / kernel / include / arch-x86 / thread.h
index ae67bd36ac36cd53fe1eb32b648325e7246d6f89..92449fb9c7585c2c9d89c6643cbac6dc7c05cdf7 100644 (file)
@@ -20,7 +20,7 @@ namespace Arch {
                        size = 4096
                };
                
-               void init(void *entry, void *arg);
+               void init(void *entry, void *arg1, void *arg2);
        };
 
        void switch_thread(Threads::Thread *dest, Threads::Thread *src);