Added a new irq_control system call

This is currently an empty call. It will be used for registering,
receiving and releasing irqs.
This commit is contained in:
Bahadir Balban
2009-11-23 16:46:51 +02:00
parent b994083e27
commit e0c40ece5d
12 changed files with 26 additions and 30 deletions

View File

@@ -25,7 +25,7 @@
#define CODEZERO_VERSION 0
#define CODEZERO_SUBVERSION 1
#define CODEZERO_SUBVERSION 2
#define KDESC_DATE_SIZE 12
#define KDESC_TIME_SIZE 9
@@ -49,7 +49,7 @@ struct kip {
u32 container_control;
u32 time;
u32 space_control;
u32 irq_control;
u32 thread_control;
u32 ipc_control;
u32 map;
@@ -71,9 +71,6 @@ struct kip {
struct kernel_descriptor kdesc;
} __attribute__((__packed__));
#define __PAGERNAME__ "mm0"
#define __VFSNAME__ "fs0"
#define __BLKDEVNAME__ "blkdev0"
#if defined (__KERNEL__)
extern struct kip kip;