mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 14:56:31 +00:00
[NTOSKRNL]
Add missing specifiers svn path=/trunk/; revision=65864
This commit is contained in:
parent
f2f466977a
commit
a371a9b498
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue