/* * Zheng Cui * cuizheng@cs.unm.edu * July 2008 */ #ifndef __DEVICES_RAMDISK_H_ #define __DEVICES_RAMDISK_H_ #include #include struct vm_device * create_ramdisk(void); #endif