2784fd02359b3f118559597e30e2ef445f22b14d
[tpg/acess2.git] / AcessNative / syscalls.h
1 /**
2  */
3 #ifndef _NATIVE_SYSCALLS_H_
4 #define _NATIVE_SYSCALLS_H_
5
6 enum eSyscalls {
7         SYS_NULL,
8         SYS_OPEN
9 };
10
11 enum eArgumentTypes {
12         ARG_TYPE_VOID,
13         ARG_TYPE_INT32,
14         ARG_TYPE_INT64,
15         ARG_TYPE_STRING,
16         ARG_TYPE_DATA
17 };
18
19 #define ARG_DIR_TOSRV   0x10
20 #define ARG_DIR_TOCLI   0x20
21 #define ARG_DIR_BOTH    0x30
22
23 #endif

UCC git Repository :: git.ucc.asn.au