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