mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-23 18:16:01 +03:00
Current volt unit has multiple header files under pmuif folder. This has combination of public struct which is accessed outside the unit and private struct which is accessed within volt unit. This patch segregates them based on their accessibility. All private items are moved into ucode_volt_inf.h from pmuif which only volt can access. All public items are moved into include/volt.h which other units can access This will help in documentation of items for public items. NVGPU-4492 Change-Id: Id40bf4922408a55f1e67d071be726839ac57718f Signed-off-by: Abdul Salam <absalam@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2289114 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>