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

#ifndef SOC_MEDIATEK_MT8195_PCIE_H
#define SOC_MEDIATEK_MT8195_PCIE_H

#include <soc/pcie_common.h>
#include <types.h>

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

bool mainboard_needs_pcie_init(void);

#endif