1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2024 Advanced Micro Devices, Inc.
4 
5 #ifndef __DML2_MCG_DCN4_H__
6 #define __DML2_MCG_DCN4_H__
7 
8 #include "dml2_internal_shared_types.h"
9 
10 bool mcg_dcn4_build_min_clock_table(struct dml2_mcg_build_min_clock_table_params_in_out *in_out);
11 bool mcg_dcn4_unit_test(void);
12 
13 #endif
14