diff options
Diffstat (limited to 'arch/x86/include/asm/global_data.h')
| -rw-r--r-- | arch/x86/include/asm/global_data.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/arch/x86/include/asm/global_data.h b/arch/x86/include/asm/global_data.h index 59c2a9095..b8961baae 100644 --- a/arch/x86/include/asm/global_data.h +++ b/arch/x86/include/asm/global_data.h @@ -33,6 +33,8 @@  #ifndef __ASSEMBLY__ +#include <asm/u-boot.h> +  typedef struct global_data gd_t;  struct global_data { |