diff --git a/headers/private/kernel/arch/ppc/arch_platform.h b/headers/private/kernel/arch/ppc/arch_platform.h index d4550cda52..30d5ff132a 100644 --- a/headers/private/kernel/arch/ppc/arch_platform.h +++ b/headers/private/kernel/arch/ppc/arch_platform.h @@ -11,6 +11,7 @@ struct real_time_data; enum ppc_platform_type { PPC_PLATFORM_OPEN_FIRMWARE = 0, + PPC_PLATFORM_U_BOOT }; namespace BPrivate {