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