[PATCH] fixup! efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers

Ahmad Fatoum a.fatoum at barebox.org
Mon Jun 2 06:33:04 PDT 2025


efi: types: add missing #endif

I had another commit on top and missed squashing the #endif into the
commit that was submitted.

Signed-off-by: Ahmad Fatoum <a.fatoum at barebox.org>
---
 include/efi/types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/efi/types.h b/include/efi/types.h
index 85aaf32f8f1d..4b2276038de2 100644
--- a/include/efi/types.h
+++ b/include/efi/types.h
@@ -83,3 +83,5 @@ static inline efi_physical_addr_t efi_virt_to_phys(const void *addr)
 }
 
 #endif
+
+#endif
-- 
2.39.5




More information about the barebox mailing list