1 // SPDX-License-Identifier: MIT
2 /*
3  * Copyright (C) 2021 Advanced Micro Devices, Inc.
4  *
5  * Authors: AMD
6  */
7 
8 #ifndef __DC_DCN303_INIT_H__
9 #define __DC_DCN303_INIT_H__
10 
11 struct dc;
12 
13 void dcn303_hw_sequencer_construct(struct dc *dc);
14 
15 #endif /* __DC_DCN303_INIT_H__ */
16