blob: 11e92fc26d1429481c1b7e2cbcfdb4dd8ab86f3a [file] [log] [blame]
Googler25e92cf2023-12-13 10:05:01 +00001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
3 * Copyright (c) 2018 Toradex, Inc.
4 */
5
6struct tegra_pcie_port;
7
8int tegra_pcie_port_index_of_port(struct tegra_pcie_port *port);
9
10void tegra_pcie_port_reset(struct tegra_pcie_port *port);