00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef __MACHDEP_GATESDEF_H__
00011 #define __MACHDEP_GATESDEF_H__ 1
00012
00013
00014
00015 #define GATE_EMUL 0x80
00016 #define GATE_CORE 0x81
00017 #define GATE_PIC 0x82
00018 #define GATE_TIMER 0x83
00019 #define GATE_DMA 0x84
00020 #define GATE_SERIAL 0x85
00021 #define GATE_SMP 0x86
00022 #define GATE_IDE 0x87
00023 #define GATE_PART 0x88
00024 #define GATE_RAMFS 0x89
00025 #define GATE_NPX 0x8a
00026 #define GATE_VFS 0x8b
00027 #define GATE_USER1 0x8c
00028 #define GATE_USER2 0x8d
00029 #define GATE_USER3 0x8e
00030 #define GATE_NULL 0x8f
00031 #define GATE_FATFS 0x90
00032 #define GATE_TTY 0x91
00033 #define GATE_PCI 0x92
00034 #define GATE_PIPE 0x93
00035 #define GATE_INET 0x94
00036 #define GATE_PROP 0x95
00037 #define GATE_RTL8139 0x96
00038 #define GATE_NOTIFY 0x97
00039 #define GATE_CHICHEFS 0x98
00040 #define GATE_SQ_REG 0x99
00041 #define GATE_SQ_REQ 0x9a
00042 #define GATE_SEC 0x9b
00043
00044
00045 #endif