|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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().