brintos

brintos / linux-shallow public Read only

0
0
Text · 339 B · 7d88d29 Raw
15 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.4 */5 6#ifndef _PCIE_QCOM_COMMON_H7#define _PCIE_QCOM_COMMON_H8 9struct dw_pcie;10 11void qcom_pcie_common_set_16gt_equalization(struct dw_pcie *pci);12void qcom_pcie_common_set_16gt_lane_margining(struct dw_pcie *pci);13 14#endif15