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