Home | History | Annotate | Line # | Download | only in include
ofw_cons.h revision 1.1.8.1
      1  1.1.8.1  yamt /* $NetBSD: ofw_cons.h,v 1.1.8.1 2007/10/18 08:32:38 yamt Exp $ */
      2  1.1.8.1  yamt 
      3  1.1.8.1  yamt #ifndef _POWERPC_OFW_CONS_H_
      4  1.1.8.1  yamt #define _POWERPC_OFW_CONS_H_
      5  1.1.8.1  yamt 
      6  1.1.8.1  yamt void ofwoea_consinit(void);
      7  1.1.8.1  yamt int ofkbd_cngetc(dev_t dev);
      8  1.1.8.1  yamt 
      9  1.1.8.1  yamt #endif /* _POWERPC_OFW_CONS_H_ */
     10