xref: /linux/drivers/gpu/drm/amd/display/dc/hwss/dcn60/dcn60_init.h (revision 67f8bc848ee31831336bd478e57d2f993551902e)
1 // SPDX-License-Identifier: MIT
2 //
3 // Copyright 2024 Advanced Micro Devices, Inc.
4 
5 #ifndef __DC_DCN60_INIT_H__
6 #define __DC_DCN60_INIT_H__
7 
8 struct dc;
9 
10 void dcn60_hw_sequencer_init_functions(struct dc *dc);
11 
12 #endif /* __DC_DCN60_INIT_H__ */
13