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

zorro.h (341B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2
      3    /*
      4     *  Zorro bus
      5     */
      6
      7extern struct bus_type zorro_bus_type;
      8
      9
     10#ifdef CONFIG_ZORRO_NAMES
     11extern void zorro_name_device(struct zorro_dev *z);
     12#else
     13static inline void zorro_name_device(struct zorro_dev *dev) { }
     14#endif
     15
     16extern const struct attribute_group *zorro_device_attribute_groups[];