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