reactos/reactos/ntoskrnl/ntdll.S
Timo Kreuzer 014ff8c894 [NCI]
Ue macros for the other nci generated files, too and delete nci-tool.

svn path=/trunk/; revision=50625
2011-02-09 01:07:30 +00:00

13 lines
145 B
ArmAsm

#include <asm.inc>
#include <syscalls.inc>
.code
SyscallId = 0
#define SVC_(name, argcount) STUB_U name, argcount
#include <sysfuncs.h>
END