This file was repocopied from sys/dev/uart/uart_dev_z8530.h.

This commit is contained in:
Marcel Moolenaar 2004-11-21 01:34:15 +00:00
parent caf45b058e
commit 43f0d5705e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137955

View File

@ -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_ */