mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:16:04 +00:00
[HALX86] Implement HalpcGetCmosData and HalpcSetCmosData.
This commit is contained in:
parent
0c16bcd4e8
commit
7e1510eb9c
3 changed files with 60 additions and 50 deletions
|
@ -101,10 +101,11 @@ HalpGetCmosData(
|
|||
|
||||
ULONG
|
||||
NTAPI
|
||||
HalpSetCmosData(IN ULONG BusNumber,
|
||||
IN ULONG SlotNumber,
|
||||
IN PVOID Buffer,
|
||||
IN ULONG Length)
|
||||
HalpSetCmosData(
|
||||
_In_ ULONG BusNumber,
|
||||
_In_ ULONG SlotNumber,
|
||||
_In_reads_bytes_(Length) PVOID Buffer,
|
||||
_In_ ULONG Length)
|
||||
{
|
||||
PUCHAR Ptr = (PUCHAR)Buffer;
|
||||
ULONG Address = SlotNumber;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue