Home | History | Annotate | Line # | Download | only in include
ofw_cons.h revision 1.3
      1  1.3  thorpej /* $NetBSD: ofw_cons.h,v 1.3 2021/03/05 18:10:06 thorpej 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.3  thorpej void	ofwoea_cnprobe(void);
      7  1.3  thorpej void	ofwoea_consinit(void);
      8  1.3  thorpej int	ofkbd_cngetc(dev_t dev);
      9  1.2  garbled 
     10  1.2  garbled #endif /* _POWERPC_OFW_CONS_H_ */
     11