repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
sys
/
arch
/
powerpc
/
include
/
ofw_cons.h
blob
933014735ce568c0bd46792a3f2a16286fec4766
1
/* $NetBSD: ofw_cons.h,v 1.1.2.1 2007/06/06 17:39:56 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_ */