summaryrefslogtreecommitdiff
path: root/sys/arch/arm/include/rtc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/arm/include/rtc.h')
-rw-r--r--sys/arch/arm/include/rtc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/arm/include/rtc.h b/sys/arch/arm/include/rtc.h
index 6c6a1666d52..06b0caf175a 100644
--- a/sys/arch/arm/include/rtc.h
+++ b/sys/arch/arm/include/rtc.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtc.h,v 1.1 2004/02/01 05:09:49 drahn Exp $ */
+/* $OpenBSD: rtc.h,v 1.2 2004/05/19 03:17:07 drahn Exp $ */
/* $NetBSD: rtc.h,v 1.1 2001/02/23 21:23:50 reinoud Exp $ */
/*
@@ -77,8 +77,8 @@ typedef struct {
#define RTC_ADDR_CENT 0xc1
#ifdef _KERNEL
-int cmos_read __P((int));
-int cmos_write __P((int, int));
+int cmos_read (int);
+int cmos_write (int, int);
#endif /* _KERNEL */
/* End of rtc.h */