mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 08:38:17 +00:00
- Add missing KdD0Transition and KdD3Transition prototypes
svn path=/trunk/; revision=35800
This commit is contained in:
parent
4554d3964d
commit
1423b9dab9
1 changed files with 12 additions and 0 deletions
|
@ -51,4 +51,16 @@ KdSendPacket(
|
||||||
IN OUT PKD_CONTEXT Context
|
IN OUT PKD_CONTEXT Context
|
||||||
);
|
);
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
KdD0Transition(
|
||||||
|
VOID
|
||||||
|
);
|
||||||
|
|
||||||
|
NTSTATUS
|
||||||
|
NTAPI
|
||||||
|
KdD3Transition(
|
||||||
|
VOID
|
||||||
|
);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue