root/drivers/net/wireless/broadcom/brcm80211/brcmfmac/of.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


DEFINITIONS

This source file includes following definitions.
  1. brcmf_of_probe

   1 // SPDX-License-Identifier: ISC
   2 /*
   3  * Copyright (c) 2014 Broadcom Corporation
   4  */
   5 #ifdef CONFIG_OF
   6 void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
   7                     struct brcmf_mp_device *settings);
   8 #else
   9 static void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
  10                            struct brcmf_mp_device *settings)
  11 {
  12 }
  13 #endif /* CONFIG_OF */

/* [<][>][^][v][top][bottom][index][help] */