[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v9 1/6] tools/libxl: Check if fdt_{first, next}_subnode are present in libfdt
On Tue, 2015-05-19 at 11:39 +0100, Julien Grall wrote: > Hi, > > On 13/05/2015 19:33, Julien Grall wrote: > > +#ifndef LIBXL_LIBFDT_COMPAT_H > > +#define LIBXL_LIBFDT_COMPAT_H > > + > > +#if !HAVE_DECL_FDT_FIRST_SUBNODE > > +int fdt_first_subnode(const void *fdt, int offset); > > +#endif > > + > > +#if !HAVE_DECL_FDT_NEXT_SUBNODE > > +int fdt_next_subnode(const void *fdt, int offset); > > +#endif > > + > > +#endif > > I've just noticed that I forgot to hide the 2 new functions as suggested > by Ian. > > I can resend this series or send a follow-up. Perhaps just send an update of this one patch? > > Regards, > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |