File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -149,9 +149,9 @@ HalInitializeBios(
149149NTSTATUS
150150NTAPI
151151x86BiosAllocateBuffer (
152- _In_ ULONG * Size ,
153- _In_ USHORT * Segment ,
154- _In_ USHORT * Offset )
152+ _Inout_ ULONG * Size ,
153+ _Out_ USHORT * Segment ,
154+ _Out_ USHORT * Offset )
155155{
156156 /* Check if the system is initialized and the buffer is large enough */
157157 if (!x86BiosIsInitialized || (* Size > PAGE_SIZE ))
Original file line number Diff line number Diff line change @@ -318,9 +318,9 @@ HalSetTimeIncrement(
318318NTSTATUS
319319NTAPI
320320x86BiosAllocateBuffer (
321- _In_ ULONG * Size ,
322- _In_ USHORT * Segment ,
323- _In_ USHORT * Offset );
321+ _Inout_ ULONG * Size ,
322+ _Out_ USHORT * Segment ,
323+ _Out_ USHORT * Offset );
324324
325325NTSTATUS
326326NTAPI
You can’t perform that action at this time.
0 commit comments