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