Message ID | 5cc7c9e5-7d62-1fb0-9c03-f1bd946b5905@gmx.de |
---|---|
State | New |
Headers | show |
Series | [v2,1/1] image.h: use uint32_t instead of u32 in android_image_get_dtb* | expand |
Hello Heinrich, On Sat, Mar 07, 2020 at 09:31:17PM +0100, Heinrich Schuchardt wrote: > Whichever way you want to go we should finalize the topic as it stops > EFI patches from being merged. Could you please review https://patchwork.ozlabs.org/patch/1250963/ ?
diff --git a/include/compiler.h b/include/compiler.h index ed74c272b8..730932ac62 100644 --- a/include/compiler.h +++ b/include/compiler.h @@ -64,6 +64,7 @@ typedef uint8_t __u8; typedef uint16_t __u16; typedef uint32_t __u32; +typedef uint32_t u32; typedef unsigned int uint; typedef unsigned long ulong;