summaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt8186/drivers/mcdi/mt_mcdi.h
blob: 0e6444ade892370447aa36098ff6300334e5093c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Copyright (c) 2021, MediaTek Inc. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef MT_MCDI_H
#define MT_MCDI_H

int mcdi_try_init(void);

#endif /* MT_MCDI_H */