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