Git Browser for ODROID
Code Review
Sign In
git.odroid.com
/
yocto
/
uboot
/
refs/heads/odroidc5-v2023.01
/
.
/
include
/
pci_tegra.h
blob: 11e92fc26d1429481c1b7e2cbcfdb4dd8ab86f3a [
file
] [
log
] [
blame
]
Marcel Ziswiler
355560d
2018-05-08 17:34:09 +0200
[
diff
] [
blame
]
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Copyright (c) 2018 Toradex, Inc.
4
*/
5
6
struct
tegra_pcie_port
;
7
8
int
tegra_pcie_port_index_of_port
(
struct
tegra_pcie_port
*
port
);
9
10
void
tegra_pcie_port_reset
(
struct
tegra_pcie_port
*
port
);