[BACK]Return to kernel.h CVS log [TXT][DIR] Up to [local] / prex-old / sys / include

Diff for /prex-old/sys/include/kernel.h between version 1.1.1.1 and 1.1.1.1.2.1

version 1.1.1.1, 2008/06/03 10:38:45 version 1.1.1.1.2.1, 2008/08/13 17:12:30
Line 47 
Line 47 
 typedef struct cond     *cond_t;  typedef struct cond     *cond_t;
 typedef struct sem      *sem_t;  typedef struct sem      *sem_t;
 typedef struct vm_map   *vm_map_t;  typedef struct vm_map   *vm_map_t;
 typedef uint32_t        cap_t;  typedef struct irq      *irq_t;
   
 #include <prex/sysinfo.h>  #include <prex/sysinfo.h>
   
Line 63 
Line 63 
 #define SEM_MAGIC       0x53656d3f      /* 'Sem?' */  #define SEM_MAGIC       0x53656d3f      /* 'Sem?' */
   
 /*  /*
  * Global variables   * Global variables for the kernel
  */   */
 extern struct thread    *cur_thread;    /* pointer to the current thread */  extern struct thread    *cur_thread;    /* pointer to the current thread */
 extern struct task      kern_task;      /* kernel task */  extern struct task      kern_task;      /* kernel task */

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.1.2.1

CVSweb