aboutsummaryrefslogtreecommitdiff
path: root/src/hw/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hw/rtc.h')
-rw-r--r--src/hw/rtc.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/hw/rtc.h b/src/hw/rtc.h
index 7bacc49..252e73a 100644
--- a/src/hw/rtc.h
+++ b/src/hw/rtc.h
@@ -1,15 +1,8 @@
#ifndef __RTC_H
#define __RTC_H
-#if CONFIG_X86
#define PORT_CMOS_INDEX 0x0070
#define PORT_CMOS_DATA 0x0071
-#elif CONFIG_PARISC
-#include "parisc/hppa_hardware.h"
-#define PORT_CMOS_INDEX (IDE_HPA+0x0070)
-#define PORT_CMOS_DATA (IDE_HPA+0x0071)
-#endif
-
// PORT_CMOS_INDEX nmi disable bit
#define NMI_DISABLE_BIT 0x80