reactos/rostests/apitests/w32kdll/w32kdll_xpsp2/sys-stubs.S
Timo Kreuzer f6d147a5e1 [W32KDLL]
Use new macro based syscall mechanism for w32kdll_xpsp2. Fix exports

svn path=/trunk/; revision=62588
2014-03-30 17:34:56 +00:00

13 lines
157 B
ArmAsm

#include <asm.inc>
#include <syscalls.inc>
.code
SyscallId = HEX(1000)
#define SVC_(name, argcount) STUB_U name, argcount
#include "win32ksvc-xp.h"
END