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