cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

of.h (360B)


      1// SPDX-License-Identifier: ISC
      2/*
      3 * Copyright (c) 2014 Broadcom Corporation
      4 */
      5#ifdef CONFIG_OF
      6void brcmf_of_probe(struct device *dev, enum brcmf_bus_type bus_type,
      7		    struct brcmf_mp_device *settings);
      8#else
      9static 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 */