summaryrefslogtreecommitdiffstats
path: root/src/soc/mediatek/mt8195/include/soc/pcie.h
blob: 21a66681e4d17d8bf4972c7214472d9c915443a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef SOC_MEDIATEK_MT8195_PCIE_H
#define SOC_MEDIATEK_MT8195_PCIE_H

#include <soc/pcie_common.h>

void mtk_pcie_reset(uintptr_t reg, bool enable);
void mtk_pcie_pre_init(void);

#endif