2005-07-31 12:11:56 +00:00
|
|
|
|
|
|
|
#include <stdarg.h>
|
|
|
|
|
|
|
|
#define COM_NO_WINDOWS_H
|
|
|
|
#include "initguid.h"
|
|
|
|
|
2005-12-01 21:37:19 +00:00
|
|
|
#include <wdmguid.h>
|
2005-11-22 08:21:42 +00:00
|
|
|
#include <umpnpmgr/sysguid.h>
|
2005-07-31 12:11:56 +00:00
|
|
|
|
2006-09-12 15:19:17 +00:00
|
|
|
/* FIXME: shouldn't go there! */
|
|
|
|
DEFINE_GUID(GUID_DEVICE_SYS_BUTTON,
|
|
|
|
0x4AFA3D53L, 0x74A7, 0x11d0, 0xbe, 0x5e, 0x00, 0xA0, 0xC9, 0x06, 0x28, 0x57);
|
[NTOSKRNL]
Implemented IopFetchConfigurationInformation(), IopCreateArcNamesCd(), IopCreateArcNamesDisk(), IopVerifyDiskSignature()
Removed IopApplyRosCdromArcHack(), IopGetDiskInformation(), IopAssignArcNamesToCdrom()
Finally, rewritten IopCreateArcNames()
To make it short, this is the rewrite of ARC names handling in the kernel.
This brings our kernel to a higher state of existence. Indeed, it's leaving NT4 design for a proper NT5.2 design, with less hacks, less ROS specific stuff and such.
This code handles the mount manager we don't have yet.
svn path=/trunk/; revision=49131
2010-10-12 20:29:50 +00:00
|
|
|
DEFINE_GUID(GUID_DEVINTERFACE_DISK,
|
|
|
|
0x53f56307L, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
|
|
|
|
DEFINE_GUID(GUID_DEVINTERFACE_CDROM,
|
|
|
|
0x53f56308L, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
|
2006-09-12 15:19:17 +00:00
|
|
|
|
2005-07-31 12:11:56 +00:00
|
|
|
/* EOF */
|