1 1.4 martin /* $NetBSD: ofw_cons.h,v 1.4 2022/02/13 12:24:24 martin Exp $ */ 2 1.2 garbled 3 1.2 garbled #ifndef _POWERPC_OFW_CONS_H_ 4 1.2 garbled #define _POWERPC_OFW_CONS_H_ 5 1.2 garbled 6 1.4 martin extern bool ofwoea_use_serial_console; 7 1.3 thorpej void ofwoea_cnprobe(void); 8 1.3 thorpej void ofwoea_consinit(void); 9 1.3 thorpej int ofkbd_cngetc(dev_t dev); 10 1.2 garbled 11 1.2 garbled #endif /* _POWERPC_OFW_CONS_H_ */ 12