octeon_uartvar.h revision 1.1
11.1Ssimonb/*	$NetBSD: octeon_uartvar.h,v 1.1 2020/06/27 02:49:42 simonb Exp $	*/
21.1Ssimonb
31.1Ssimonb#ifndef _OCTEON_UARTVAR_H_
41.1Ssimonb#define _OCTEON_UARTVAR_H_
51.1Ssimonb
61.1Ssimonbvoid	octuart_early_cnattach(int);
71.1Ssimonbint	octuart_com_cnattach(bus_space_tag_t, int, int);
81.1Ssimonb
91.1Ssimonb#endif /* _OCTEON_UARTVAR_H_ */
10