about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/ramdisk.h
blob: 432bca11cabd9860b0f7a82198e5e02d555255ac (plain) (blame)
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