1 /* SPDX-License-Identifier: MIT */ 2 /* Copyright 2025 Advanced Micro Devices, Inc. */ 3 4 #ifndef _DMUB_DCN36_H_ 5 #define _DMUB_DCN36_H_ 6 7 #include "dmub_dcn35.h" 8 9 struct dmub_srv; 10 11 void dmub_srv_dcn36_regs_init(struct dmub_srv *dmub, struct dc_context *ctx); 12 13 #endif /* _DMUB_DCN36_H_ */ 14