From: stsp Date: Wed, 31 May 2017 08:33:11 +0000 (+0000) Subject: Add missing function prototype for iwm_rx_bmiss(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1371b9c2d0848854aaf49dfc81df32359af2d0f0;p=openbsd Add missing function prototype for iwm_rx_bmiss(). --- diff --git a/sys/dev/pci/if_iwm.c b/sys/dev/pci/if_iwm.c index 5f79097cb0b..fc37a560391 100644 --- a/sys/dev/pci/if_iwm.c +++ b/sys/dev/pci/if_iwm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwm.c,v 1.185 2017/05/31 08:14:52 stsp Exp $ */ +/* $OpenBSD: if_iwm.c,v 1.186 2017/05/31 08:33:11 stsp Exp $ */ /* * Copyright (c) 2014, 2016 genua gmbh @@ -368,6 +368,8 @@ void iwm_rx_tx_cmd_single(struct iwm_softc *, struct iwm_rx_packet *, struct iwm_node *); void iwm_rx_tx_cmd(struct iwm_softc *, struct iwm_rx_packet *, struct iwm_rx_data *); +void iwm_rx_bmiss(struct iwm_softc *, struct iwm_rx_packet *, + struct iwm_rx_data *); int iwm_binding_cmd(struct iwm_softc *, struct iwm_node *, uint32_t); void iwm_phy_ctxt_cmd_hdr(struct iwm_softc *, struct iwm_phy_ctxt *, struct iwm_phy_context_cmd *, uint32_t, uint32_t);