diff options
author | wdenk <wdenk> | 2003-07-26 08:08:08 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2003-07-26 08:08:08 +0000 |
commit | 7784674852c66b0924bdc79062bd208aa51fd0a9 (patch) | |
tree | df62c40f9c04ebf3b5f8c2bea9e1bc80ae05cb8d /include/exports.h | |
parent | 27b207fd0a0941b03f27e2a82c0468b1a090c745 (diff) | |
download | u-boot-7784674852c66b0924bdc79062bd208aa51fd0a9.tar.gz |
* Allow crc32 to be used at address 0x000
* Provide consistent interface to standalone applications to access
the 'global_data' structure
Provide a doc/README.standalone more useful to users/developers.
* Make IceCube MGT5100 FEC driver work
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 |