From 2766c6bb69ced7c4f33ec9d8bda56ba5b66e2915 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Sat, 16 Dec 2000 22:03:06 +0000 Subject: - network/nfs works --- mdk-stage1/tools.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/tools.h') diff --git a/mdk-stage1/tools.h b/mdk-stage1/tools.h index e975970c2..a21615891 100644 --- a/mdk-stage1/tools.h +++ b/mdk-stage1/tools.h @@ -29,6 +29,7 @@ void set_param(int i); int total_memory(void); int ramdisk_possible(void); enum return_type load_ramdisk(void); +void * memdup(void *src, size_t size); #endif -- cgit v1.2.1