comparison dyncall/dyncall.h @ 7:7ca57dbefed4

- ppc64 update from Masanori
author cslag
date Sun, 19 Jul 2015 13:05:34 +0200
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
6:b8ea1d2a34a3 7:7ca57dbefed4
27 /* 27 /*
28 28
29 dyncall C API 29 dyncall C API
30 30
31 REVISION 31 REVISION
32 2015/07/08 added SYS_PPC64 system call
32 2015/01/16 added SYS_PPC32 system call 33 2015/01/16 added SYS_PPC32 system call
33 2007/12/11 initial 34 2007/12/11 initial
34 35
35 */ 36 */
36 37
81 #define DC_CALL_C_PPC64_LINUX DC_CALL_C_PPC64 /* alias */ 82 #define DC_CALL_C_PPC64_LINUX DC_CALL_C_PPC64 /* alias */
82 #define DC_CALL_SYS_DEFAULT 200 83 #define DC_CALL_SYS_DEFAULT 200
83 #define DC_CALL_SYS_X86_INT80H_LINUX 201 84 #define DC_CALL_SYS_X86_INT80H_LINUX 201
84 #define DC_CALL_SYS_X86_INT80H_BSD 202 85 #define DC_CALL_SYS_X86_INT80H_BSD 202
85 #define DC_CALL_SYS_PPC32 210 86 #define DC_CALL_SYS_PPC32 210
87 #define DC_CALL_SYS_PPC64 211
86 88
87 /* Error codes. */ 89 /* Error codes. */
88 90
89 #define DC_ERROR_NONE 0 91 #define DC_ERROR_NONE 0
90 #define DC_ERROR_UNSUPPORTED_MODE -1 92 #define DC_ERROR_UNSUPPORTED_MODE -1