Module Name: src
Committed By: simonb
Date: Sat Jun 27 02:49:42 UTC 2020
Added Files:
src/sys/arch/mips/cavium/dev: octeon_uartvar.h
Log Message:
Add new file containing a couple of UART prototypes.
Missing file pointed out by rin@. Thanks!
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/mips/cavium/dev/octeon_uartvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/arch/mips/cavium/dev/octeon_uartvar.h
diff -u /dev/null src/sys/arch/mips/cavium/dev/octeon_uartvar.h:1.1
--- /dev/null Sat Jun 27 02:49:42 2020
+++ src/sys/arch/mips/cavium/dev/octeon_uartvar.h Sat Jun 27 02:49:42 2020
@@ -0,0 +1,9 @@
+/* $NetBSD: octeon_uartvar.h,v 1.1 2020/06/27 02:49:42 simonb Exp $ */
+
+#ifndef _OCTEON_UARTVAR_H_
+#define _OCTEON_UARTVAR_H_
+
+void octuart_early_cnattach(int);
+int octuart_com_cnattach(bus_space_tag_t, int, int);
+
+#endif /* _OCTEON_UARTVAR_H_ */