blob: 060afe600078af65134c87b3301a946e9bebc332 (
plain)
1
2
3
4
5
6
7
8
9
|
/* $NetBSD: ofw_cons.h,v 1.2 2007/10/17 19:56:41 garbled Exp $ */
#ifndef _POWERPC_OFW_CONS_H_
#define _POWERPC_OFW_CONS_H_
void ofwoea_consinit(void);
int ofkbd_cngetc(dev_t dev);
#endif /* _POWERPC_OFW_CONS_H_ */
|