ReactOS 0.4.16-dev-2-g02a6913
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
#define | BCD_INT(bcd) (((bcd & 0xF0) >> 4) * 10 + (bcd & 0x0F)) |
Functions | |
TIMEINFO * | Pc98GetTime (VOID) |
#define BCD_INT | ( | bcd | ) | (((bcd & 0xF0) >> 4) * 10 + (bcd & 0x0F)) |
Definition at line 13 of file pc98rtc.c.
Referenced by MachInit().