|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
| #define | RTC_REGISTER_A 0x0A |
| #define | RTC_REG_A_UIP 0x80 /* Update In Progress bit */ |
| #define | BCD_INT(bcd) (((bcd & 0xf0) >> 4) * 10 + (bcd &0x0f)) |
Functions | |
| static UCHAR | HalpQueryCMOS (UCHAR Reg) |
| TIMEINFO * | XboxGetTime (VOID) |
| #define BCD_INT | ( | bcd | ) | (((bcd & 0xf0) >> 4) * 10 + (bcd &0x0f)) |
Definition at line 27 of file xboxrtc.c.
Referenced by XboxGetTime().
Definition at line 40 of file xboxrtc.c.
Referenced by MachInit().