aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/mt8195/drivers/dcm/mtk_dcm.h
blob: cb65b8556197740c8dec0db00414f5c196dd41f2 (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>

bool dcm_set_default(void);

#endif /* #ifndef MTK_DCM_H */