1#ifndef __RAMDISK_H_
2#define __RAMDISK_H_
3
4int setup_ram_volume(const char* name, char* path);
5int cleanup_ram_volume(char* path);
6
7#endif
8