1 /* $NetBSD: aucomvar.h,v 1.4 2005/12/27 00:46:38 chs Exp $ */
2 
3 /* copyright */
4 
5 /* Renamed externally visible functions */
6 #define   com_attach_subr     aucom_attach_subr
7 #define   comintr             aucomintr
8 #define   comcnattach         aucomcnattach
9 #define   com_is_console      aucom_is_console
10 #define   com_kgdb_attach     aucom_kgdb_attach
11 
12 #define   comprobe1 xxx_aucomprobe1               /* unused */
13 #define   com_detach          xxx_aucom_detach    /* unused */
14 #define   com_activate        xxx_aucom_activate  /* unused */
15 
16 /* Renamed externally visible variables */
17 #define   comcons             aucomcons
18 #define   com_cd              aucom_cd
19 #define   com_rbuf_size       aucom_rbuf_size
20 #define   com_rbuf_hiwat      aucom_rbuf_hiwat
21 #define   com_rbuf_lowat      aucom_rbuf_lowat
22 #define   com_debug aucom_debug
23 
24 #include <dev/ic/comvar.h>
25 
26 #undef COM_DEBUG
27 #undef COM_HAYESP
28 #undef COM_16650
29