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