Message ID | 20241113164844.1750237-1-andrew.cooper3@citrix.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | xen/earlycpio: Fix header to be standalone | expand |
On 2024-11-13 11:48, Andrew Cooper wrote: > Split out of yet-more microcode cleanup work. > > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> Reviewed-by: Jason Andryuk <jason.andryuk@amd.com>
On Wed, Nov 13, 2024 at 4:49 PM Andrew Cooper <andrew.cooper3@citrix.com> wrote: > > Split out of yet-more microcode cleanup work. > > Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> > --- > CC: Jan Beulich <JBeulich@suse.com> > CC: Roger Pau Monné <roger.pau@citrix.com> > --- > xen/include/xen/earlycpio.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/xen/include/xen/earlycpio.h b/xen/include/xen/earlycpio.h > index d4992035982d..b1dafc3b0b75 100644 > --- a/xen/include/xen/earlycpio.h > +++ b/xen/include/xen/earlycpio.h > @@ -1,6 +1,8 @@ > #ifndef _EARLYCPIO_H > #define _EARLYCPIO_H > > +#include <xen/types.h> > + > #define MAX_CPIO_FILE_NAME 18 > > struct cpio_data { > > base-commit: 38febce5b35a7a4391906499b2046f01ec0129ca Reviewed-by: Frediano Ziglio <frediano.ziglio@cloud.com> Frediano
diff --git a/xen/include/xen/earlycpio.h b/xen/include/xen/earlycpio.h index d4992035982d..b1dafc3b0b75 100644 --- a/xen/include/xen/earlycpio.h +++ b/xen/include/xen/earlycpio.h @@ -1,6 +1,8 @@ #ifndef _EARLYCPIO_H #define _EARLYCPIO_H +#include <xen/types.h> + #define MAX_CPIO_FILE_NAME 18 struct cpio_data {
Split out of yet-more microcode cleanup work. Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com> --- CC: Jan Beulich <JBeulich@suse.com> CC: Roger Pau Monné <roger.pau@citrix.com> --- xen/include/xen/earlycpio.h | 2 ++ 1 file changed, 2 insertions(+) base-commit: 38febce5b35a7a4391906499b2046f01ec0129ca