This is xnu-11215.1.10. See this file in:
#ifndef __RAMDISK_H_
#define __RAMDISK_H_

int setup_ram_volume(const char* name, char* path);
int cleanup_ram_volume(char* path);

#endif