x86: Introducing asm/syscalls.h

Declaring arch-dependent syscalls for x86 architecture

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
这个提交包含在:
Jaswinder Singh
2008-07-21 21:34:13 +05:30
提交者 Ingo Molnar
父节点 93ded9b8fd
当前提交 bbc1f698a5
修改 11 个文件,包含 101 行新增0 行删除

查看文件

@@ -14,6 +14,7 @@
#include <linux/slab.h>
#include <linux/thread_info.h>
#include <linux/syscalls.h>
#include <asm/syscalls.h>
/* Set EXTENT bits starting at BASE in BITMAP to value TURN_ON. */
static void set_bitmap(unsigned long *bitmap, unsigned int base,