blob: 57850550f6827de92d205b15672387acc0f08563 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* 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_ */
|