Partial merge of the condrv_restructure branch, including:
[reactos.git] / rostests / apitests / w32kdll / w32kdll_xpsp2 / sys-stubs.S
1
2 #include <asm.inc>
3 #include <syscalls.inc>
4
5 .code
6
7 SyscallId = HEX(1000)
8 #define SVC_(name, argcount) STUB_U name, argcount
9
10 #include "win32ksvc-xp.h"
11
12 END