diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-11-21 01:34:15 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2004-11-21 01:34:15 +0000 |
| commit | 43f0d5705ec9b87847cc654d16d17da91339d5e9 (patch) | |
| tree | 96f2ea88786d8d1b1d25c43d067d7dae2eae2258 /sys/dev/ic | |
| parent | caf45b058e580a4d0f3fe84584367cc2cd7bc97b (diff) | |
Notes
Diffstat (limited to 'sys/dev/ic')
| -rw-r--r-- | sys/dev/ic/z8530.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/z8530.h b/sys/dev/ic/z8530.h index 458aff7944c8..d6db68d80ec0 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_ */ |
