]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/syscalls.h
[WATCHDOG] w83697hf/hg WDT driver - patch 7
[linux-2.6-omap-h63xx.git] / include / linux / syscalls.h
index 3f0f716225ecd714d1c21fac4076e6ef6fbbce12..3efcfc7e9c6c705a7e9c42f93c1ed0369fddb3cf 100644 (file)
@@ -597,6 +597,8 @@ asmlinkage long sys_get_robust_list(int pid,
                                    size_t __user *len_ptr);
 asmlinkage long sys_set_robust_list(struct robust_list_head __user *head,
                                    size_t len);
-asmlinkage long sys_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *cache);
+asmlinkage long sys_getcpu(unsigned __user *cpu, unsigned __user *node, struct getcpu_cache __user *cache);
+
+int kernel_execve(const char *filename, char *const argv[], char *const envp[]);
 
 #endif