summaryrefslogtreecommitdiffstats
path: root/sys/isa/rtc.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:44:34 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:44:34 +0000
commitbd2b2815f291360b8d6f823a643e5c9c89064acf (patch)
tree8181e139e7414ba85de90570a27a8738e38f9636 /sys/isa/rtc.h
parent371ee40cea1e168ed119bcd1cde2809629c4ac68 (diff)
downloadFreeBSD-src-bd2b2815f291360b8d6f823a643e5c9c89064acf.zip
FreeBSD-src-bd2b2815f291360b8d6f823a643e5c9c89064acf.tar.gz
Made all header files idempotent and moved incorrect common data from
headers into a related source file. Also fixed a bug in ed_probe() where it was possible to fall off the end of the function
Diffstat (limited to 'sys/isa/rtc.h')
-rw-r--r--sys/isa/rtc.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/isa/rtc.h b/sys/isa/rtc.h
index 3f7b4c2..12d81b3 100644
--- a/sys/isa/rtc.h
+++ b/sys/isa/rtc.h
@@ -34,9 +34,12 @@
* SUCH DAMAGE.
*
* from: @(#)rtc.h 7.1 (Berkeley) 5/12/91
- * $Id$
+ * $Id: rtc.h,v 1.2 1993/10/16 13:46:16 rgrimes Exp $
*/
+#ifndef _I386_ISA_RTC_H_
+#define _I386_ISA_RTC_H_ 1
+
/*
* RTC Register locations
*/
@@ -84,3 +87,4 @@
#define RTC_EXTHI 0x18 /* low byte of extended mem size */
#define RTC_CENTURY 0x32 /* current century - please increment in Dec99*/
+#endif /* _I386_ISA_RTC_H_ */
OpenPOWER on IntegriCloud