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

hclge_devlink.h (326B)


      1/* SPDX-License-Identifier: GPL-2.0+ */
      2/* Copyright (c) 2021 Hisilicon Limited. */
      3
      4#ifndef __HCLGE_DEVLINK_H
      5#define __HCLGE_DEVLINK_H
      6
      7#include "hclge_main.h"
      8
      9struct hclge_devlink_priv {
     10	struct hclge_dev *hdev;
     11};
     12
     13int hclge_devlink_init(struct hclge_dev *hdev);
     14void hclge_devlink_uninit(struct hclge_dev *hdev);
     15#endif