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