1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* Copyright (c) 2024 Hisilicon Limited. */ 3 4 #ifndef __HBG_ERR_H 5 #define __HBG_ERR_H 6 7 #include <linux/pci.h> 8 9 void hbg_set_pci_err_handler(struct pci_driver *pdrv); 10 int hbg_reset(struct hbg_priv *priv); 11 int hbg_rebuild(struct hbg_priv *priv); 12 13 #endif 14