reactos/rostests/apitests/w32kdll/w32kdll_2k3sp2/sys-stubs.S

13 lines
159 B
ArmAsm
Raw Normal View History

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