summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/ramdisk.h
diff options
context:
space:
mode:
authorMarty Connor2007-07-03 22:02:15 +0200
committerMarty Connor2007-07-03 22:02:15 +0200
commit9b3c4e4d791ed0a514630b626d6a052a7d2a448e (patch)
tree89e9b4d52e8469e1a514424d70a74dbc9dba8fc8 /src/include/gpxe/ramdisk.h
parentMerge branch 'master' of /pub/scm/gpxe (diff)
downloadipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.tar.gz
ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.tar.xz
ipxe-9b3c4e4d791ed0a514630b626d6a052a7d2a448e.zip
Warnings purge: src/arch/i386, src/core/disk.c, ramdisk, autoboot
Diffstat (limited to 'src/include/gpxe/ramdisk.h')
-rw-r--r--src/include/gpxe/ramdisk.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gpxe/ramdisk.h b/src/include/gpxe/ramdisk.h
index c23175906..738c6705e 100644
--- a/src/include/gpxe/ramdisk.h
+++ b/src/include/gpxe/ramdisk.h
@@ -16,4 +16,7 @@ struct ramdisk {
userptr_t data;
};
+int init_ramdisk ( struct ramdisk *ramdisk, userptr_t data, size_t len,
+ unsigned int blksize );
+
#endif /* _GPXE_RAMDISK_H */