mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 23:34:00 -04:00
[How] * Add MIT license to all new files as SPDX tag. * Fix copyright year Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
20 lines
322 B
C
20 lines
322 B
C
// SPDX-License-Identifier: MIT
|
|
/*
|
|
* Copyright (C) 2021 Advanced Micro Devices, Inc.
|
|
*
|
|
* Authors: AMD
|
|
*/
|
|
|
|
#ifndef _DMUB_DCN303_H_
|
|
#define _DMUB_DCN303_H_
|
|
|
|
#include "dmub_dcn20.h"
|
|
|
|
/* Registers. */
|
|
|
|
extern const struct dmub_srv_common_regs dmub_srv_dcn303_regs;
|
|
|
|
/* Hardware functions. */
|
|
|
|
#endif /* _DMUB_DCN303_H_ */
|