mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[PATCH] uml: split memory allocation prototypes out of user.h
user.h is too generic a header name. I've split out allocation routines from it. Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> Cc: Jeff Dike <jdike@addtoit.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
02a5323d80
commit
c13e569073
19 changed files with 33 additions and 7 deletions
|
@ -52,7 +52,6 @@ extern int linux_main(int argc, char **argv);
|
|||
extern void set_cmdline(char *cmd);
|
||||
extern void input_cb(void (*proc)(void *), void *arg, int arg_len);
|
||||
extern int get_pty(void);
|
||||
extern void *um_kmalloc(int size);
|
||||
extern int switcheroo(int fd, int prot, void *from, void *to, int size);
|
||||
extern void do_exec(int old_pid, int new_pid);
|
||||
extern void tracer_panic(char *msg, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue