1 2 3 4 5 6 7 8
#ifndef RAMDISK_H #define RAMDISK_H #include "common.h" BOOL createRamdisk(const char* devName, uint32 size); #endif // RAMDISK_H