/* SPDX-License-Identifier: MIT */ /* Copyright 2025 Advanced Micro Devices, Inc. */ #ifndef _DMUB_DCN36_H_ #define _DMUB_DCN36_H_ #include "dmub_dcn35.h" struct dmub_srv; void dmub_srv_dcn36_regs_init(struct dmub_srv *dmub, struct dc_context *ctx); #endif /* _DMUB_DCN36_H_ */