22 #ifndef __KOS_FS_RAMDISK_H
23 #define __KOS_FS_RAMDISK_H
25 #include <sys/cdefs.h>
62 int fs_ramdisk_init();
63 int fs_ramdisk_shutdown();
Virtual filesystem support.
int fs_ramdisk_attach(const char *fn, void *obj, size_t size)
Attach a block of memory as a file in the ramdisk.
int fs_ramdisk_detach(const char *fn, void **obj, size_t *size)
Detach a file from the ramdisk.