xref: /linux/drivers/gpu/drm/amd/display/dmub/src/dmub_dcn42b.h (revision 9611c0ce215a66770ccbe5c126bf57ba8c31bcad)
1*827d94e6SMatthew Stewart /* SPDX-License-Identifier: MIT */
2*827d94e6SMatthew Stewart /* Copyright 2026 Advanced Micro Devices, Inc. */
3*827d94e6SMatthew Stewart 
4*827d94e6SMatthew Stewart #ifndef _DMUB_DCN42B_H_
5*827d94e6SMatthew Stewart #define _DMUB_DCN42B_H_
6*827d94e6SMatthew Stewart 
7*827d94e6SMatthew Stewart #include "dmub_dcn42.h"
8*827d94e6SMatthew Stewart 
9*827d94e6SMatthew Stewart struct dmub_srv;
10*827d94e6SMatthew Stewart 
11*827d94e6SMatthew Stewart void dmub_srv_dcn42b_regs_init(struct dmub_srv *dmub, struct dc_context *ctx);
12*827d94e6SMatthew Stewart 
13*827d94e6SMatthew Stewart #endif /* _DMUB_DCN42B_H_ */
14