]>
xen: move declarations of device_tree_get_{reg,u32}() to xen/device_tree.h
authorOleksii Kurochko <oleksii.kurochko@gmail.com>
Thu, 12 Jun 2025 10:24:12 +0000 (12:24 +0200)
committerMichal Orzel <michal.orzel@amd.com>
Thu, 12 Jun 2025 10:44:06 +0000 (12:44 +0200)
commitfc24430d9730a86bf2194960df3f4208adcd547f
treeeb1d35238d73e3beb76909b5102c46dfdd5eef07
parent4ce671963eb1f6d12879c75f5fd16325b222b212
xen: move declarations of device_tree_get_{reg,u32}() to xen/device_tree.h

The definitions of device_tree_get_reg() and device_tree_get_u32() are already
in common code, so move their prototypes there as well.

Signed-off-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
Reviewed-by: Michal Orzel <michal.orzel@amd.com>
xen/arch/arm/include/asm/setup.h
xen/include/xen/device_tree.h