mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 15:46:52 +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
|
||||
NTAPI
|
||||
IopGetDeviceAttachmentBase(PDEVICE_OBJECT DeviceObject)
|
||||
IopGetDeviceAttachmentBase(IN PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
PDEVICE_OBJECT PDO = DeviceObject;
|
||||
|
||||
|
@ -1331,7 +1331,7 @@ IopGetDeviceAttachmentBase(PDEVICE_OBJECT DeviceObject)
|
|||
|
||||
PDEVICE_OBJECT
|
||||
NTAPI
|
||||
IopGetDevicePDO(PDEVICE_OBJECT DeviceObject)
|
||||
IopGetDevicePDO(IN PDEVICE_OBJECT DeviceObject)
|
||||
{
|
||||
KIRQL OldIrql;
|
||||
PDEVICE_OBJECT PDO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue