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