>>> On 23.09.16 at 23:47, <daniel.ki...@oracle.com> wrote: > --- a/xen/common/efi/boot.c > +++ b/xen/common/efi/boot.c > @@ -79,6 +79,10 @@ static size_t wstrlen(const CHAR16 * s); > static int set_color(u32 mask, int bpp, u8 *pos, u8 *sz); > static bool_t match_guid(const EFI_GUID *guid1, const EFI_GUID *guid2); > > +#ifndef CONFIG_ARM > +static void *ebmalloc(size_t size); > +#endif
Leaving aside the ARM aspect (to be clarified by Julien), is there a reason you need to forward declare this here, rather than moving the whole addition from further down up immediately ahead of the inclusion point of efi-boot.h? Jan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel