Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: ISC
0002 /*
0003  * Copyright (c) 2014 Broadcom Corporation
0004  */
0005 #ifdef CONFIG_OF
0006 void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
0007             struct brcmf_mp_device *settings);
0008 #else
0009 static void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
0010                struct brcmf_mp_device *settings)
0011 {
0012 }
0013 #endif /* CONFIG_OF */