projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
[platform/kernel/u-boot.git]
/
include
/
pci_tegra.h
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);