xref: /rk3399_ARM-atf/plat/mediatek/mt8186/drivers/mcdi/mt_mcdi.h (revision 270d5c5cd9ad6cecc4b581e8a257c6fcfe7d78d6)
1 /*
2  * Copyright (c) 2021, MediaTek Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef MT_MCDI_H
8 #define MT_MCDI_H
9 
10 int mcdi_try_init(void);
11 
12 #endif /* MT_MCDI_H */
13