Home | History | Annotate | Line # | Download | only in include
ofw_cons.h revision 1.2.8.2
      1  1.2.8.2  matt /* $NetBSD: ofw_cons.h,v 1.2.8.2 2007/11/06 23:20:36 matt Exp $ */
      2  1.2.8.2  matt 
      3  1.2.8.2  matt #ifndef _POWERPC_OFW_CONS_H_
      4  1.2.8.2  matt #define _POWERPC_OFW_CONS_H_
      5  1.2.8.2  matt 
      6  1.2.8.2  matt void ofwoea_consinit(void);
      7  1.2.8.2  matt int ofkbd_cngetc(dev_t dev);
      8  1.2.8.2  matt 
      9  1.2.8.2  matt #endif /* _POWERPC_OFW_CONS_H_ */
     10