diff options
Diffstat (limited to 'include/exports.h')
-rw-r--r-- | include/exports.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/exports.h b/include/exports.h index b45a466914..f812f16072 100644 --- a/include/exports.h +++ b/include/exports.h @@ -33,4 +33,8 @@ enum { #define XF_VERSION 1 +#if defined(CONFIG_I386) +extern gd_t *global_data; +#endif + #endif |