1*e4efdfcaSRotem Kerem // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2*e4efdfcaSRotem Kerem /* 3*e4efdfcaSRotem Kerem * Copyright (C) 2025 Intel Corporation 4*e4efdfcaSRotem Kerem */ 5*e4efdfcaSRotem Kerem 6*e4efdfcaSRotem Kerem #ifndef __iwl_pcie_utils_h__ 7*e4efdfcaSRotem Kerem #define __iwl_pcie_utils_h__ 8*e4efdfcaSRotem Kerem 9*e4efdfcaSRotem Kerem void iwl_trans_pcie_dump_regs(struct iwl_trans *trans, struct pci_dev *pdev); 10*e4efdfcaSRotem Kerem 11*e4efdfcaSRotem Kerem #endif /* __iwl_pcie_utils_h__ */ 12