patch-2.1.51 linux/include/asm-ppc/nvram.h

Next file: linux/include/asm-ppc/page.h
Previous file: linux/include/asm-ppc/namei.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.50/linux/include/asm-ppc/nvram.h linux/include/asm-ppc/nvram.h
@@ -12,15 +12,15 @@
 
 /* RTC Offsets */
 
-#define RTC_SECONDS		0x1FF9
-#define RTC_MINUTES		0x1FFA
-#define RTC_HOURS		0x1FFB
-#define RTC_DAY_OF_WEEK		0x1FFC
-#define RTC_DAY_OF_MONTH	0x1FFD
-#define RTC_MONTH		0x1FFE
-#define RTC_YEAR		0x1FFF
-#define RTC_CONTROLA            0x1FF8
-#define RTC_CONTROLB            0x1FF9
+#define MOTO_RTC_SECONDS		0x1FF9
+#define MOTO_RTC_MINUTES		0x1FFA
+#define MOTO_RTC_HOURS		0x1FFB
+#define MOTO_RTC_DAY_OF_WEEK		0x1FFC
+#define MOTO_RTC_DAY_OF_MONTH	0x1FFD
+#define MOTO_RTC_MONTH		0x1FFE
+#define MOTO_RTC_YEAR		0x1FFF
+#define MOTO_RTC_CONTROLA            0x1FF8
+#define MOTO_RTC_CONTROLB            0x1FF9
 
 #ifndef BCD_TO_BIN
 #define BCD_TO_BIN(val) ((val)=((val)&15) + ((val)>>4)*10)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov