aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/controller/dwc/pcie-qcom-common.h
blob: 536387e02e292e8d3461c9cf1c94cb2d441d8717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
 */

#ifndef _PCIE_QCOM_COMMON_H
#define _PCIE_QCOM_COMMON_H

struct dw_pcie;

void qcom_pcie_common_set_16gt_equalization(struct dw_pcie *pci);

#endif