[RAMDISK]

Define the GUID_BUS_TYPE_RAMDISK GUID

svn path=/trunk/; revision=65896
This commit is contained in:
Pierre Schweitzer
2014-12-29 20:41:15 +00:00
parent ff098a27eb
commit bdcb167357
@@ -21,6 +21,11 @@ extern "C" {
//
DEFINE_GUID(RAMDISK_BOOTDISK_GUID, 0xd9b257fc, 0x684e, 0x4dcb, 0x79, 0xab, 0xf6, 0xa2, 0xcf, 0x03, 0x50, 0xb7);
//
// This guid identifies a RAM disk bus
//
DEFINE_GUID(GUID_BUS_TYPE_RAMDISK, 0x9d6d66a6, 0x0b0c, 0x4563, 0x90, 0x77, 0xa0, 0xe9, 0xa7, 0x95, 0x5a, 0xe4);
//
// Device Name - this string is the name of the device. It is the name
// that should be passed to NtOpenFile when accessing the device.