xref: /linux/drivers/net/ethernet/stmicro/stmmac/stmmac_libpci.h (revision 24f171c7e145f43b9f187578e89b0982ce87e54c)
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