From ea49b5b3f435bce0a301111fad0738efb0b39e0d Mon Sep 17 00:00:00 2001 From: Pixel Date: Sat, 29 Jan 2011 18:34:54 -0800 Subject: Adding some romfs support. --- os/include/romfs.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 os/include/romfs.h (limited to 'os/include/romfs.h') diff --git a/os/include/romfs.h b/os/include/romfs.h new file mode 100644 index 0000000..b227baa --- /dev/null +++ b/os/include/romfs.h @@ -0,0 +1,9 @@ +#ifndef __ROMFS_H__ +#define __ROMFS_H__ + +#include + +void register_romfs(const char * mountpoint, const uint8_t * romfs); + +#endif + -- cgit v1.2.3