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

#ifndef MTK_DCM_H
#define MTK_DCM_H

#include <stdbool.h>

void dcm_set_default(void);

#endif /* #ifndef MTK_DCM_H */