diff options
Diffstat (limited to 'arch/um/sys-ia64/sysdep/syscalls.h')
-rw-r--r-- | arch/um/sys-ia64/sysdep/syscalls.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/um/sys-ia64/sysdep/syscalls.h b/arch/um/sys-ia64/sysdep/syscalls.h new file mode 100644 index 00000000..5f6700c4 --- /dev/null +++ b/arch/um/sys-ia64/sysdep/syscalls.h @@ -0,0 +1,10 @@ +/* + * Copyright (C) 2000 Jeff Dike (jdike@karaya.com) + * Licensed under the GPL + */ + +#ifndef __SYSDEP_IA64_SYSCALLS_H +#define __SYSDEP_IA64_SYSCALLS_H + +#endif + |