Linux Kernel
3.7.1
|
#include <asm/io.h>
Go to the source code of this file.
Macros | |
#define | RTC_PORT(x) (0x70 + (x)) |
#define | RTC_ALWAYS_BCD 1 /* RTC operates in binary mode */ |
#define | CMOS_READ(addr) |
#define | CMOS_WRITE(val, addr) |
#define CMOS_READ | ( | addr | ) |
Definition at line 18 of file mc146818rtc.h.
Definition at line 11 of file mc146818rtc.h.
#define RTC_PORT | ( | x | ) | (0x70 + (x)) |
Definition at line 10 of file mc146818rtc.h.