Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /* Copyright (c) 2021 Hisilicon Limited. */
0003 
0004 #ifndef __HCLGEVF_DEVLINK_H
0005 #define __HCLGEVF_DEVLINK_H
0006 
0007 #include "hclgevf_main.h"
0008 
0009 struct hclgevf_devlink_priv {
0010     struct hclgevf_dev *hdev;
0011 };
0012 
0013 int hclgevf_devlink_init(struct hclgevf_dev *hdev);
0014 void hclgevf_devlink_uninit(struct hclgevf_dev *hdev);
0015 #endif