Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
mc146818rtc.h File Reference
#include <linux/delay.h>
#include <asm/io.h>
#include <asm/jazz.h>

Go to the source code of this file.

Macros

#define RTC_PORT(x)   (0x70 + (x))
 
#define RTC_IRQ   8
 
#define RTC_ALWAYS_BCD   0
 
#define mc146818_decode_year(year)   ((year) + 1980)
 

Macro Definition Documentation

#define mc146818_decode_year (   year)    ((year) + 1980)

Definition at line 36 of file mc146818rtc.h.

#define RTC_ALWAYS_BCD   0

Definition at line 34 of file mc146818rtc.h.

#define RTC_IRQ   8

Definition at line 20 of file mc146818rtc.h.

#define RTC_PORT (   x)    (0x70 + (x))

Definition at line 19 of file mc146818rtc.h.