mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-08 21:49:06 -04:00
10 lines
218 B
C
10 lines
218 B
C
/* $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_ */
|