summaryrefslogtreecommitdiffstats
path: root/nuttx/include/nuttx/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/include/nuttx/init.h')
-rw-r--r--nuttx/include/nuttx/init.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/include/nuttx/init.h b/nuttx/include/nuttx/init.h
index 722db85a4b..ecdad702f5 100644
--- a/nuttx/include/nuttx/init.h
+++ b/nuttx/include/nuttx/init.h
@@ -2,7 +2,7 @@
* include/nuttx/init.h
*
* Copyright (C) 2007, 2008, 2011 Gregory Nutt. All rights reserved.
- * Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+ * Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -33,8 +33,8 @@
*
****************************************************************************/
-#ifndef __NUTTX_INIT_H
-#define __NUTTX_INIT_H
+#ifndef __INCLUDE_NUTTX_INIT_H
+#define __INCLUDE_NUTTX_INIT_H
/****************************************************************************
* Included Files
@@ -79,4 +79,4 @@ EXTERN void os_start(void); /* OS entry point called by boot logic */
}
#endif
-#endif /* __NUTTX_INIT_H */
+#endif /* __INCLUDE_NUTTX_INIT_H */