1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 /* 3 * Copyright (C) 2025 Yao Zi <ziyao@disroot.org> 4 */ 5 6 #ifndef __STMMAC_LIBPCI_H__ 7 #define __STMMAC_LIBPCI_H__ 8 9 int stmmac_pci_plat_suspend(struct device *dev, void *bsp_priv); 10 int stmmac_pci_plat_resume(struct device *dev, void *bsp_priv); 11 12 #endif /* __STMMAC_LIBPCI_H__ */ 13