xref: /netbsd-src/sys/arch/mips/cavium/dev/octeon_uartvar.h (revision d16b7486a53dcb8072b60ec6fcb4373a2d0c27b7)
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