diff options
| author | Graeme Russ <[email protected]> | 2011-04-13 19:43:28 +1000 |
|---|---|---|
| committer | Graeme Russ <[email protected]> | 2011-04-13 19:43:28 +1000 |
| commit | fea25720013f84427a0ba8833a38614fcaf488ba (patch) | |
| tree | 59399e99054261e245a1f2f2dbb478adad1d49ab /include/exports.h | |
| parent | dbf7115a326fa70ac3e4ca87497c7e21c6642b45 (diff) | |
x86: Rename i386 to x86
Signed-off-by: Graeme Russ <[email protected]>
Diffstat (limited to 'include/exports.h')
| -rw-r--r-- | include/exports.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/exports.h b/include/exports.h index 63823116627..ddd1bf49460 100644 --- a/include/exports.h +++ b/include/exports.h @@ -45,7 +45,7 @@ enum { #define XF_VERSION 6 -#if defined(CONFIG_I386) +#if defined(CONFIG_X86) extern gd_t *global_data; #endif |
