No longer needs the arch_thread.h header.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9293 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-12 03:54:03 +00:00
parent adf29fcdda
commit 3490a4becc
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,6 @@
#define _KERNEL_ARCH_x86_CPU_H
#include <ktypes.h>
#include <arch/x86/thread_struct.h>
#include <arch/x86/descriptors.h>
#define PAGE_SIZE 4096
@ -86,6 +85,8 @@ struct iframe {
#define nop() __asm__ ("nop"::)
struct arch_thread;
void setup_system_time(unsigned int cv_factor);
void i386_context_switch(struct arch_thread *old_state, struct arch_thread *new_state, addr new_pgdir);
void i386_enter_uspace(addr entry, void *args1, void *args2, addr ustack_top);