summaryrefslogtreecommitdiff
path: root/nuttx/arch/z16/include/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/z16/include/types.h')
-rw-r--r--nuttx/arch/z16/include/types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/z16/include/types.h b/nuttx/arch/z16/include/types.h
index 1de8149b6..34a654184 100644
--- a/nuttx/arch/z16/include/types.h
+++ b/nuttx/arch/z16/include/types.h
@@ -1,5 +1,5 @@
/****************************************************************************
- * arch/types.h
+ * arch/z16/include/types.h
*
* Copyright (C) 2008-2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -37,8 +37,8 @@
* only indirectly through sys/types.h
*/
-#ifndef __ARCH_TYPES_H
-#define __ARCH_TYPES_H
+#ifndef __ARCH_Z16_INCLUDE_TYPE_H
+#define __ARCH_Z16_INCLUDE_TYPE_H
/****************************************************************************
* Included Files
@@ -81,4 +81,4 @@ typedef unsigned short irqstate_t;
* Global Function Prototypes
****************************************************************************/
-#endif /* __ARCH_TYPES_H */
+#endif /* __ARCH_Z16_INCLUDE_TYPE_H */