Author: pschweitzer
Date: Mon Dec 29 20:41:15 2014
New Revision: 65896

URL: http://svn.reactos.org/svn/reactos?rev=65896&view=rev
Log:
[RAMDISK]
Define the GUID_BUS_TYPE_RAMDISK GUID

Modified:
    trunk/reactos/include/reactos/drivers/ntddrdsk.h

Modified: trunk/reactos/include/reactos/drivers/ntddrdsk.h
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/drivers/ntddrdsk.h?rev=65896&r1=65895&r2=65896&view=diff
==============================================================================
--- trunk/reactos/include/reactos/drivers/ntddrdsk.h    [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/drivers/ntddrdsk.h    [iso-8859-1] Mon Dec 29 
20:41:15 2014
@@ -20,6 +20,11 @@
 // This guid identifies a RAM disk volume
 //
 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


Reply via email to