1 /* $NetBSD: ofw_cons.h,v 1.2.126.1 2021/04/03 22:28:34 thorpej Exp $ */ 2 3 #ifndef _POWERPC_OFW_CONS_H_ 4 #define _POWERPC_OFW_CONS_H_ 5 6 void ofwoea_cnprobe(void); 7 void ofwoea_consinit(void); 8 int ofkbd_cngetc(dev_t dev); 9 10 #endif /* _POWERPC_OFW_CONS_H_ */ 11