brintos

brintos / linux-shallow public Read only

0
0
Text · 287 B · 4121fa1 Raw
14 lines · c
1/* SPDX-License-Identifier: MIT */2/* Copyright 2024 Advanced Micro Devices, Inc. */3 4#ifndef _DMUB_DCN351_H_5#define _DMUB_DCN351_H_6 7#include "dmub_dcn35.h"8 9struct dmub_srv;10 11void dmub_srv_dcn351_regs_init(struct dmub_srv *dmub, struct dc_context *ctx);12 13#endif /* _DMUB_DCN351_H_ */14