summaryrefslogtreecommitdiffstats
path: root/sys/dev/ic
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-11-21 01:34:15 +0000
committermarcel <marcel@FreeBSD.org>2004-11-21 01:34:15 +0000
commit1fa26ac061b8054062686eb2437a47879037d51a (patch)
tree96f2ea88786d8d1b1d25c43d067d7dae2eae2258 /sys/dev/ic
parent725f195a21d16a33748a966d6165e011ac12e0f0 (diff)
downloadFreeBSD-src-1fa26ac061b8054062686eb2437a47879037d51a.zip
FreeBSD-src-1fa26ac061b8054062686eb2437a47879037d51a.tar.gz
This file was repocopied from sys/dev/uart/uart_dev_z8530.h.
Diffstat (limited to 'sys/dev/ic')
-rw-r--r--sys/dev/ic/z8530.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/z8530.h b/sys/dev/ic/z8530.h
index 458aff7..d6db68d 100644
--- a/sys/dev/ic/z8530.h
+++ b/sys/dev/ic/z8530.h
@@ -26,8 +26,8 @@
* $FreeBSD$
*/
-#ifndef _DEV_UART_DEV_Z8530_H_
-#define _DEV_UART_DEV_Z8530_H_
+#ifndef _DEV_IC_Z8530_H_
+#define _DEV_IC_Z8530_H_
/*
* Channel B control: 0
@@ -249,4 +249,4 @@
#define TPC_RTS 0x02 /* RTS. */
#define TPC_CRC 0x01 /* CRC Enable. */
-#endif /* _DEV_UART_DEV_Z8530_H_ */
+#endif /* _DEV_IC_Z8530_H_ */
OpenPOWER on IntegriCloud