Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/cavium/dev Add new file containing a couple of...
details: https://anonhg.NetBSD.org/src/rev/599b12e00bb7
branches: trunk
changeset: 1011337:599b12e00bb7
user: simonb <simonb%NetBSD.org@localhost>
date: Sat Jun 27 02:49:42 2020 +0000
description:
Add new file containing a couple of UART prototypes.
Missing file pointed out by rin@. Thanks!
diffstat:
sys/arch/mips/cavium/dev/octeon_uartvar.h | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r db2bb4c092a6 -r 599b12e00bb7 sys/arch/mips/cavium/dev/octeon_uartvar.h
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/mips/cavium/dev/octeon_uartvar.h Sat Jun 27 02:49:42 2020 +0000
@@ -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_ */
Home |
Main Index |
Thread Index |
Old Index