xref: /netbsd-src/sys/arch/mips/cavium/dev/octeon_uartvar.h (revision a55b65b4b18a905ddd06e6cac156d0aaaa86cacf)
1 /*	$NetBSD: octeon_uartvar.h,v 1.1 2020/06/27 02:49:42 simonb Exp $	*/
2 
3 #ifndef _OCTEON_UARTVAR_H_
4 #define _OCTEON_UARTVAR_H_
5 
6 void	octuart_early_cnattach(int);
7 int	octuart_com_cnattach(bus_space_tag_t, int, int);
8 
9 #endif /* _OCTEON_UARTVAR_H_ */
10