xref: /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn42b/dcn42b_init.h (revision b2128290c29902315e632ea59e0504d6bc9e9b42)
1 /*
2  * SPDX-License-Identifier: MIT
3  *
4  * Copyright 2026 Advanced Micro Devices, Inc.
5  */
6 
7 #ifndef __DC_DCN42B_INIT_H__
8 #define __DC_DCN42B_INIT_H__
9 
10 struct dc;
11 
12 void dcn42b_hw_sequencer_init_functions(struct dc *dc);
13 
14 #endif /* __DC_DCN42B_INIT_H__ */
15