2021-05-11 21:41:16 +00:00
|
|
|
// SPDX-License-Identifier: MIT
|
2021-03-15 18:55:24 +00:00
|
|
|
/*
|
2021-05-11 21:41:16 +00:00
|
|
|
* Copyright (C) 2021 Advanced Micro Devices, Inc.
|
2021-03-15 18:55:24 +00:00
|
|
|
*
|
|
|
|
* Authors: AMD
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __DC_DCN303_INIT_H__
|
|
|
|
#define __DC_DCN303_INIT_H__
|
|
|
|
|
|
|
|
struct dc;
|
|
|
|
|
|
|
|
void dcn303_hw_sequencer_construct(struct dc *dc);
|
|
|
|
|
|
|
|
#endif /* __DC_DCN303_INIT_H__ */
|