Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/usb Add missing function declarations
details: https://anonhg.NetBSD.org/src/rev/e66b78dbd772
branches: trunk
changeset: 351921:e66b78dbd772
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Mon Mar 06 01:50:44 2017 +0000
description:
Add missing function declarations
diffstat:
sys/dev/usb/if_axe.c | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (27 lines):
diff -r 86ff4fcbfd5a -r e66b78dbd772 sys/dev/usb/if_axe.c
--- a/sys/dev/usb/if_axe.c Sun Mar 05 23:15:35 2017 +0000
+++ b/sys/dev/usb/if_axe.c Mon Mar 06 01:50:44 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_axe.c,v 1.81 2017/03/03 06:27:20 msaitoh Exp $ */
+/* $NetBSD: if_axe.c,v 1.82 2017/03/06 01:50:44 ozaki-r Exp $ */
/* $OpenBSD: if_axe.c,v 1.137 2016/04/13 11:03:37 mpi Exp $ */
/*
@@ -87,7 +87,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.81 2017/03/03 06:27:20 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_axe.c,v 1.82 2017/03/06 01:50:44 ozaki-r Exp $");
#ifdef _KERNEL_OPT
#include "opt_inet.h"
@@ -272,6 +272,8 @@
static void axe_ax88178_init(struct axe_softc *);
static void axe_ax88772_init(struct axe_softc *);
+static void axe_ax88772a_init(struct axe_softc *);
+static void axe_ax88772b_init(struct axe_softc *);
/* Get exclusive access to the MII registers */
static void
Home |
Main Index |
Thread Index |
Old Index