[NTOSKRNL]

Add missing specifiers

svn path=/trunk/; revision=65864
This commit is contained in:
Pierre Schweitzer 2014-12-28 21:29:32 +00:00
parent f2f466977a
commit a371a9b498

View file

@ -1318,7 +1318,7 @@ IopDeleteFile(IN PVOID ObjectBody)
PDEVICE_OBJECT PDEVICE_OBJECT
NTAPI NTAPI
IopGetDeviceAttachmentBase(PDEVICE_OBJECT DeviceObject) IopGetDeviceAttachmentBase(IN PDEVICE_OBJECT DeviceObject)
{ {
PDEVICE_OBJECT PDO = DeviceObject; PDEVICE_OBJECT PDO = DeviceObject;
@ -1331,7 +1331,7 @@ IopGetDeviceAttachmentBase(PDEVICE_OBJECT DeviceObject)
PDEVICE_OBJECT PDEVICE_OBJECT
NTAPI NTAPI
IopGetDevicePDO(PDEVICE_OBJECT DeviceObject) IopGetDevicePDO(IN PDEVICE_OBJECT DeviceObject)
{ {
KIRQL OldIrql; KIRQL OldIrql;
PDEVICE_OBJECT PDO; PDEVICE_OBJECT PDO;