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

qlge_devlink.h (212B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2#ifndef QLGE_DEVLINK_H
      3#define QLGE_DEVLINK_H
      4
      5#include <net/devlink.h>
      6
      7long qlge_health_create_reporters(struct qlge_adapter *priv);
      8
      9#endif /* QLGE_DEVLINK_H */