xref: /xnu-8796.101.5/tools/tests/perf_index/ramdisk.h (revision aca3beaa3dfbd42498b42c5e5ce20a938e6554e5)
1 #ifndef __RAMDISK_H_
2 #define __RAMDISK_H_
3 
4 int setup_ram_volume(const char* name, char* path);
5 int cleanup_ram_volume(char* path);
6 
7 #endif
8