ReactOS 0.4.16-dev-334-g4d9f67c
|
#include <hal.h>
Go to the source code of this file.
Functions | |
ULONG NTAPI | HalpcGetCmosData (_In_ PBUS_HANDLER BusHandler, _In_ PBUS_HANDLER RootHandler, _In_ ULONG SlotNumber, _Out_writes_bytes_(Length) PVOID Buffer, _In_ ULONG Offset, _In_ ULONG Length) |
ULONG NTAPI | HalpcSetCmosData (_In_ PBUS_HANDLER BusHandler, _In_ PBUS_HANDLER RootHandler, _In_ ULONG SlotNumber, _In_reads_bytes_(Length) PVOID Buffer, _In_ ULONG Offset, _In_ ULONG Length) |
ULONG NTAPI HalpcGetCmosData | ( | _In_ PBUS_HANDLER | BusHandler, |
_In_ PBUS_HANDLER | RootHandler, | ||
_In_ ULONG | SlotNumber, | ||
_Out_writes_bytes_(Length) PVOID | Buffer, | ||
_In_ ULONG | Offset, | ||
_In_ ULONG | Length | ||
) |
Definition at line 16 of file cmosbus.c.
Referenced by HalpRegisterInternalBusHandlers().
ULONG NTAPI HalpcSetCmosData | ( | _In_ PBUS_HANDLER | BusHandler, |
_In_ PBUS_HANDLER | RootHandler, | ||
_In_ ULONG | SlotNumber, | ||
_In_reads_bytes_(Length) PVOID | Buffer, | ||
_In_ ULONG | Offset, | ||
_In_ ULONG | Length | ||
) |
Definition at line 38 of file cmosbus.c.
Referenced by HalpRegisterInternalBusHandlers().