mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 07:42:59 +00:00
[VGA] Correct VgaInterpretCmdStream() declaration.
This commit is contained in:
parent
69005963fb
commit
a308735be6
1 changed files with 2 additions and 2 deletions
|
@ -91,10 +91,10 @@ VgaIsPresent(
|
||||||
PHW_DEVICE_EXTENSION HwDeviceExtension
|
PHW_DEVICE_EXTENSION HwDeviceExtension
|
||||||
);
|
);
|
||||||
|
|
||||||
VOID
|
VP_STATUS
|
||||||
NTAPI
|
NTAPI
|
||||||
VgaInterpretCmdStream(
|
VgaInterpretCmdStream(
|
||||||
PVOID HwDeviceExtension,
|
PHW_DEVICE_EXTENSION HwDeviceExtension,
|
||||||
PUSHORT pusCmdStream
|
PUSHORT pusCmdStream
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue