1*94d3b452SApple OSS Distributions #ifndef __RAMDISK_H_ 2*94d3b452SApple OSS Distributions #define __RAMDISK_H_ 3*94d3b452SApple OSS Distributions 4*94d3b452SApple OSS Distributions int setup_ram_volume(const char* name, char* path); 5*94d3b452SApple OSS Distributions int cleanup_ram_volume(char* path); 6*94d3b452SApple OSS Distributions 7*94d3b452SApple OSS Distributions #endif 8