]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/binfmts.h
net: phy: Create phy_supported_speeds function which lists speeds currently supported...
[mirror_ubuntu-artful-kernel.git] / include / linux / binfmts.h
index 314b3caa701cc20a6c3fcd628de3c48b7c0c7d21..1303b570b18cc98f0c92cc5d08a309c605468cd8 100644 (file)
@@ -113,6 +113,8 @@ extern int suid_dumpable;
 extern int setup_arg_pages(struct linux_binprm * bprm,
                           unsigned long stack_top,
                           int executable_stack);
+extern int transfer_args_to_stack(struct linux_binprm *bprm,
+                                 unsigned long *sp_location);
 extern int bprm_change_interp(char *interp, struct linux_binprm *bprm);
 extern int copy_strings_kernel(int argc, const char *const *argv,
                               struct linux_binprm *bprm);