Home | History | Annotate | Line # | Download | only in include
      1 /* $NetBSD: ofw_cons.h,v 1.4 2022/02/13 12:24:24 martin Exp $ */
      2 
      3 #ifndef _POWERPC_OFW_CONS_H_
      4 #define _POWERPC_OFW_CONS_H_
      5 
      6 extern bool ofwoea_use_serial_console;
      7 void	ofwoea_cnprobe(void);
      8 void	ofwoea_consinit(void);
      9 int	ofkbd_cngetc(dev_t dev);
     10 
     11 #endif /* _POWERPC_OFW_CONS_H_ */
     12