23#ifndef __KOS_FS_RAMDISK_H
24#define __KOS_FS_RAMDISK_H
40int fs_ramdisk_init(
void);
41int fs_ramdisk_shutdown(
void);
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.