xref: /netbsd-src/sys/arch/powerpc/include/ofw_cons.h (revision c38e7cc395b1472a774ff828e46123de44c628e9)
1 /* $NetBSD: ofw_cons.h,v 1.2 2007/10/17 19:56:41 garbled Exp $ */
2 
3 #ifndef _POWERPC_OFW_CONS_H_
4 #define _POWERPC_OFW_CONS_H_
5 
6 void ofwoea_consinit(void);
7 int ofkbd_cngetc(dev_t dev);
8 
9 #endif /* _POWERPC_OFW_CONS_H_ */
10