machine/ipcconst.h for arch-specific constants

This commit is contained in:
Arun Thomas
2012-08-27 19:46:41 -04:00
parent e4ac80eb60
commit 9a9d555f56
6 changed files with 14 additions and 8 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef _IPC_CONST_H
#define _IPC_CONST_H
#include <machine/ipcconst.h>
/* System call numbers that are passed when trapping to the kernel. */
#define SEND 1 /* blocking send */
#define RECEIVE 2 /* blocking receive */