[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:
Paolo 'Blaisorblade' Giarrusso
2006-10-19 23:28:20 -07:00
committed by Linus Torvalds
parent 02a5323d80
commit c13e569073
19 changed files with 33 additions and 7 deletions

View File

@ -18,6 +18,7 @@
#include "kern_util.h"
#include "net_user.h"
#include "os.h"
#include "um_malloc.h"
int tap_open_common(void *dev, char *gate_addr)
{