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/bd086f8d441b
branches:  trunk
changeset: 935172:bd086f8d441b
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 bc95f79ee194 -r bd086f8d441b 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