1178354Ssam/*
2178354Ssam * Copyright 2016 Advanced Micro Devices, Inc.
3178354Ssam *
4178354Ssam * Permission is hereby granted, free of charge, to any person obtaining a
5178354Ssam * copy of this software and associated documentation files (the "Software"),
6178354Ssam * to deal in the Software without restriction, including without limitation
7178354Ssam * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8178354Ssam * and/or sell copies of the Software, and to permit persons to whom the
9178354Ssam * Software is furnished to do so, subject to the following conditions:
10178354Ssam *
11178354Ssam * The above copyright notice and this permission notice shall be included in
12178354Ssam * all copies or substantial portions of the Software.
13178354Ssam *
14178354Ssam * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15178354Ssam * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16178354Ssam * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
17178354Ssam * THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR
18178354Ssam * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
19178354Ssam * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
20178354Ssam * OTHER DEALINGS IN THE SOFTWARE.
21178354Ssam *
22178354Ssam * Authors: AMD
23178354Ssam *
24178354Ssam */
25178354Ssam
26178354Ssam#ifndef __DC_DCN21_INIT_H__
27178354Ssam#define __DC_DCN21_INIT_H__
28178354Ssam
29178354Ssamstruct dc;
30178354Ssam
31178354Ssamvoid dcn21_hw_sequencer_construct(struct dc *dc);
32178354Ssam
33178354Ssam#endif /* __DC_DCN20_INIT_H__ */
34178354Ssam