Moving include/sys NetBSD headers to /sys/sys Moving include/arch/*/ NetBSD headers to /sys/arch/*/include Change-Id: Ia1a45d4e83ab806c84093ec2b61bdbea9bed65a0
10 lines
202 B
C
10 lines
202 B
C
#ifndef _ARM_IPCCONST_H_
|
|
#define _ARM_IPCCONST_H_
|
|
|
|
#define KERVEC 32 /* syscall trap to kernel */
|
|
#define IPCVEC 33 /* ipc trap to kernel */
|
|
|
|
#define IPC_STATUS_REG r1
|
|
|
|
#endif /* _ARM_IPCCONST_H_ */
|