Home | History | Annotate | Line # | Download | only in include
ofw_cons.h revision 1.2
      1  1.2  garbled /* $NetBSD: ofw_cons.h,v 1.2 2007/10/17 19:56:41 garbled Exp $ */
      2  1.2  garbled 
      3  1.2  garbled #ifndef _POWERPC_OFW_CONS_H_
      4  1.2  garbled #define _POWERPC_OFW_CONS_H_
      5  1.2  garbled 
      6  1.2  garbled void ofwoea_consinit(void);
      7  1.2  garbled int ofkbd_cngetc(dev_t dev);
      8  1.2  garbled 
      9  1.2  garbled #endif /* _POWERPC_OFW_CONS_H_ */
     10