diff options
author | wdenk <wdenk> | 2004-01-06 22:38:14 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-06 22:38:14 +0000 |
commit | c83bf6a2d00ef846c1fb2b0c60540f03ef203125 (patch) | |
tree | e410334c86d491dbbec765a5765eef9cccd3135a /include/exports.h | |
parent | b299e41a0d34bf96202d9bbb72739bdd9414b0cc (diff) |
Add a common get_ram_size() function and modify the the
board-specific files to invoke that common implementation.
Diffstat (limited to 'include/exports.h')
-rw-r--r-- | include/exports.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/exports.h b/include/exports.h index 3c60dbdf322..0eaf66e1838 100644 --- a/include/exports.h +++ b/include/exports.h @@ -1,5 +1,5 @@ -#ifndef __MON_SYS_CALL_H__ -#define __MON_SYS_CALL_H__ +#ifndef __EXPORTS_H__ +#define __EXPORTS_H__ #ifndef __ASSEMBLY__ @@ -43,4 +43,4 @@ enum { extern gd_t *global_data; #endif -#endif +#endif /* __EXPORTS_H__ */ |