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