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