mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-23 09:42:19 +03:00
This patch moves HW headers to SOC-specific subfolder to avoid conflict. Jira TDS-15438 Change-Id: I45796dbe445319dd5d71a304732e11c858135345 Signed-off-by: Mahesh Kumar <mahkumar@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3227902 Reviewed-by: Vinod Gopalakrishnakurup <vinodg@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
15 lines
267 B
C
15 lines
267 B
C
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2019-2024, NVIDIA CORPORATION. All rights reserved.
|
|
*/
|
|
|
|
#ifndef DCE_REGS_H
|
|
#define DCE_REGS_H
|
|
|
|
|
|
#include <hw/hw_evp_dce.h>
|
|
#include <hw/hw_ast_dce.h>
|
|
#include <hw/hw_pm_dce.h>
|
|
|
|
#endif /* DCE_REGS_H */
|