summaryrefslogtreecommitdiffstats
path: root/include/exports.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-01-06 22:38:14 +0000
committerwdenk <wdenk>2004-01-06 22:38:14 +0000
commitc83bf6a2d00ef846c1fb2b0c60540f03ef203125 (patch)
treee410334c86d491dbbec765a5765eef9cccd3135a /include/exports.h
parentb299e41a0d34bf96202d9bbb72739bdd9414b0cc (diff)
downloadtalos-obmc-uboot-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.tar.gz
talos-obmc-uboot-c83bf6a2d00ef846c1fb2b0c60540f03ef203125.zip
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/exports.h b/include/exports.h
index 3c60dbdf32..0eaf66e183 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__ */
OpenPOWER on IntegriCloud