aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/mt8192/drivers/dcm/mtk_dcm.h
blob: ee98d0e384f5026535fa15b3ee6539d59ade72f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * Copyright (c) 2020, 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 */