diff options
-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 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_ */ |