reactos/ntoskrnl/ex/zw.S
Amine Khaldi 9fa710c813 * Sync with recent trunk (r52637).
svn path=/branches/GSoC_2011/ThemesSupport/; revision=52643
2011-07-11 19:40:43 +00:00

19 lines
249 B
ArmAsm

#include <asm.inc>
#include <syscalls.inc>
#ifdef _M_IX86
EXTERN _KiSystemService:PROC
#elif defined(_M_AMD64)
EXTERN KiSystemService:PROC
#endif
.code
SyscallId = 0
#define SVC_(name, argcount) STUB_K name, argcount
#include <sysfuncs.h>
END