=================================================================== RCS file: /cvs/prex-old/sys/include/kernel.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- prex-old/sys/include/kernel.h 2008/06/03 10:38:45 1.1.1.1 +++ prex-old/sys/include/kernel.h 2008/08/13 17:12:30 1.1.1.1.2.1 @@ -47,7 +47,7 @@ typedef struct cond *cond_t; typedef struct sem *sem_t; typedef struct vm_map *vm_map_t; -typedef uint32_t cap_t; +typedef struct irq *irq_t; #include @@ -63,7 +63,7 @@ #define SEM_MAGIC 0x53656d3f /* 'Sem?' */ /* - * Global variables + * Global variables for the kernel */ extern struct thread *cur_thread; /* pointer to the current thread */ extern struct task kern_task; /* kernel task */