Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0+ */
0002 /* Copyright (c) 2021 Hisilicon Limited. */
0003 
0004 #ifndef __HCLGE_DEVLINK_H
0005 #define __HCLGE_DEVLINK_H
0006 
0007 #include "hclge_main.h"
0008 
0009 struct hclge_devlink_priv {
0010     struct hclge_dev *hdev;
0011 };
0012 
0013 int hclge_devlink_init(struct hclge_dev *hdev);
0014 void hclge_devlink_uninit(struct hclge_dev *hdev);
0015 #endif