ReactOS 0.4.16-dev-755-g88f105e
|
#include <freeldr.h>
Go to the source code of this file.
Macros | |
#define | BCD_INT(bcd) (((bcd & 0xf0) >> 4) * 10 + (bcd &0x0f)) |
Functions | |
TIMEINFO * | PcGetTime (VOID) |
#define BCD_INT | ( | bcd | ) | (((bcd & 0xf0) >> 4) * 10 + (bcd &0x0f)) |
Definition at line 24 of file pcrtc.c.
Referenced by MachInit().