pci_tegra.h 233 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0+ */
  2. /*
  3. * Copyright (c) 2018 Toradex, Inc.
  4. */
  5. struct tegra_pcie_port;
  6. int tegra_pcie_port_index_of_port(struct tegra_pcie_port *port);
  7. void tegra_pcie_port_reset(struct tegra_pcie_port *port);