diff options
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__ */ |