Home | History | Annotate | Line # | Download | only in include
ofw_cons.h revision 1.3
      1 /* $NetBSD: ofw_cons.h,v 1.3 2021/03/05 18:10:06 thorpej Exp $ */
      2 
      3 #ifndef _POWERPC_OFW_CONS_H_
      4 #define _POWERPC_OFW_CONS_H_
      5 
      6 void	ofwoea_cnprobe(void);
      7 void	ofwoea_consinit(void);
      8 int	ofkbd_cngetc(dev_t dev);
      9 
     10 #endif /* _POWERPC_OFW_CONS_H_ */
     11