drm/vkms: Add support for ABGR8888 pixel format
[drm/drm-misc.git] / drivers / net / ethernet / hisilicon / hns3 / hns3vf / hclgevf_devlink.h
blobe09ea3d8a963a758080d680c5a7de58efec7c5ad
1 /* SPDX-License-Identifier: GPL-2.0+ */
2 /* Copyright (c) 2021 Hisilicon Limited. */
4 #ifndef __HCLGEVF_DEVLINK_H
5 #define __HCLGEVF_DEVLINK_H
7 #include "hclgevf_main.h"
9 struct hclgevf_devlink_priv {
10 struct hclgevf_dev *hdev;
13 int hclgevf_devlink_init(struct hclgevf_dev *hdev);
14 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev);
15 #endif