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_dcb.h (339B)


      1/* SPDX-License-Identifier: GPL-2.0+ */
      2// Copyright (c) 2016-2017 Hisilicon Limited.
      3
      4#ifndef __HCLGE_DCB_H__
      5#define __HCLGE_DCB_H__
      6
      7#include "hclge_main.h"
      8
      9#ifdef CONFIG_HNS3_DCB
     10void hclge_dcb_ops_set(struct hclge_dev *hdev);
     11#else
     12static inline void hclge_dcb_ops_set(struct hclge_dev *hdev) {}
     13#endif
     14
     15#endif /* __HCLGE_DCB_H__ */