xref: /minix3/minix/include/arch/i386/include/ipcconst.h (revision 433d6423c39e34ec4b79c950597bb2d236f886be)
1 #ifndef _I386_IPCCONST_H_
2 #define _I386_IPCCONST_H_
3 
4 #define KERVEC_INTR 32     /* syscall trap to kernel */
5 #define IPCVEC_INTR 33     /* ipc trap to kernel  */
6 
7 #define KERVEC_UM 34     /* syscall trap to kernel, user-mapped code */
8 #define IPCVEC_UM 35     /* ipc trap to kernel, user-mapped code  */
9 
10 #define IPC_STATUS_REG		bx
11 
12 #endif  /* _I386_IPCCONST_H_ */
13