Skip to content
Snippets Groups Projects
Commit 35e879f0 authored by Yonglong Liu's avatar Yonglong Liu Committed by Yang Yingliang
Browse files

net: hns3: fix hns3_cae_pfc_storm.h missing header guard problem


driver inclusion
category: bugfix
bugzilla: NA
CVE: NA

----------------------------

This patch adds missing header guard to the hns3_cae_pfc_storm.h.

Signed-off-by: default avatarYonglong Liu <liuyonglong@huawei.com>
Reviewed-by: default avatarli yongxin <liyongxin1@huawei.com>
Signed-off-by: default avatarYang Yingliang <yangyingliang@huawei.com>
parent 5e0fe141
No related branches found
No related tags found
No related merge requests found
/* SPDX-License-Identifier: GPL-2.0+ */
/* Copyright (c) 2016-2019 Hisilicon Limited. */
#ifndef __HNS3_CAE_PFC_STORM_H__
#define __HNS3_CAE_PFC_STORM_H__
#include "hns3_cae_cmd.h"
#include "hns3_enet.h"
......@@ -27,3 +30,5 @@ struct cmd_pfc_storm_param {
int hns3_cae_pfc_storm_cfg(const struct hns3_nic_priv *net_priv,
void *buf_in, u32 in_size, void *buf_out,
u32 out_size);
#endif
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment