aboutsummaryrefslogtreecommitdiff
path: root/include/exports.h
diff options
context:
space:
mode:
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 3c60dbdf3..0eaf66e18 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__ */