/* (c) 2008, Zheng Cui */ /* (c) 2008, Jack Lange */ /* (c) 2008, The V3VEE Project */ #ifndef __DEVICES_RAMDISK_H_ #define __DEVICES_RAMDISK_H_ #include #include struct vm_device * create_ramdisk(void); #endif