xref: /netbsd-src/sys/arch/mips/alchemy/dev/aucomvar.h (revision 33d70de438a33c703b8ca336c27a14d0bf4d3860)
1*33d70de4Schs /* $NetBSD: aucomvar.h,v 1.4 2005/12/27 00:46:38 chs Exp $ */
2223e50d2Ssimonb 
3223e50d2Ssimonb /* copyright */
4223e50d2Ssimonb 
5223e50d2Ssimonb /* Renamed externally visible functions */
6223e50d2Ssimonb #define	com_attach_subr	aucom_attach_subr
7223e50d2Ssimonb #define	comintr		aucomintr
8223e50d2Ssimonb #define	comcnattach	aucomcnattach
9223e50d2Ssimonb #define	com_is_console	aucom_is_console
10223e50d2Ssimonb #define	com_kgdb_attach	aucom_kgdb_attach
11223e50d2Ssimonb 
12223e50d2Ssimonb #define	comprobe1	xxx_aucomprobe1		/* unused */
13223e50d2Ssimonb #define	com_detach	xxx_aucom_detach	/* unused */
14223e50d2Ssimonb #define	com_activate	xxx_aucom_activate	/* unused */
15223e50d2Ssimonb 
16223e50d2Ssimonb /* Renamed externally visible variables */
17223e50d2Ssimonb #define	comcons		aucomcons
18223e50d2Ssimonb #define	com_cd		aucom_cd
19223e50d2Ssimonb #define	com_rbuf_size	aucom_rbuf_size
20223e50d2Ssimonb #define	com_rbuf_hiwat	aucom_rbuf_hiwat
21223e50d2Ssimonb #define	com_rbuf_lowat	aucom_rbuf_lowat
22223e50d2Ssimonb #define	com_debug	aucom_debug
23223e50d2Ssimonb 
24223e50d2Ssimonb #include <dev/ic/comvar.h>
25223e50d2Ssimonb 
26223e50d2Ssimonb #undef COM_DEBUG
27223e50d2Ssimonb #undef COM_HAYESP
28cdac0106Sthorpej #undef COM_16650
29