Home | History | Annotate | Line # | Download | only in include
ofw_cons.h revision 1.1.6.1
      1  1.1.6.1  joerg /* $NetBSD: ofw_cons.h,v 1.1.6.1 2007/10/26 15:43:16 joerg Exp $ */
      2  1.1.6.1  joerg 
      3  1.1.6.1  joerg #ifndef _POWERPC_OFW_CONS_H_
      4  1.1.6.1  joerg #define _POWERPC_OFW_CONS_H_
      5  1.1.6.1  joerg 
      6  1.1.6.1  joerg void ofwoea_consinit(void);
      7  1.1.6.1  joerg int ofkbd_cngetc(dev_t dev);
      8  1.1.6.1  joerg 
      9  1.1.6.1  joerg #endif /* _POWERPC_OFW_CONS_H_ */
     10