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