summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-11-21 01:33:39 +0000
committermarcel <marcel@FreeBSD.org>2004-11-21 01:33:39 +0000
commit725f195a21d16a33748a966d6165e011ac12e0f0 (patch)
tree4e3891f532638e579b1c053a3a176984b3250d08 /sys/dev/ic
parent47cc295ab66b6fef7668c7906d1393604950238c (diff)
downloadFreeBSD-src-725f195a21d16a33748a966d6165e011ac12e0f0.zip
FreeBSD-src-725f195a21d16a33748a966d6165e011ac12e0f0.tar.gz
This file was repocopied from sys/dev/uart/uart_dev_sab82532.h.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/sab82532.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/dev/ic/sab82532.h b/sys/dev/ic/sab82532.h
index 8b53371..1dd33bd 100644
--- a/sys/dev/ic/sab82532.h
+++ b/sys/dev/ic/sab82532.h
@@ -37,6 +37,9 @@
* $FreeBSD$
*/
+#ifndef _DEV_IC_SAB82532_H_
+#define _DEV_IC_SAB82532_H_
+
/*
* Register definitions for SAB82532 based on "Enhanced Serial Communication
* Controller ESCC2 Version 3.2 User's Manual 07.96" from:
@@ -318,3 +321,5 @@
#define SAB_RSTAT_PE 0x80 /* parity error */
#define SAB_RSTAT_FE 0x40 /* framing error */
#define SAB_RSTAT_PAR 0x01 /* parity bit */
+
+#endif /* _DEV_IC_SAB82532_H_ */
OpenPOWER on IntegriCloud