summaryrefslogtreecommitdiff
path: root/nuttx/arch/c5471/include/arch.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-26 00:44:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-04-26 00:44:27 +0000
commit02755ff439dd361643294af1c10937845d848f69 (patch)
treeb2bb0fa9ef736491fa4621775d9a7ef29ea75737 /nuttx/arch/c5471/include/arch.h
parent8f5b31f86a63ba054b0a463deb7e13910c4140d0 (diff)
downloadpx4-nuttx-02755ff439dd361643294af1c10937845d848f69.tar.gz
px4-nuttx-02755ff439dd361643294af1c10937845d848f69.tar.bz2
px4-nuttx-02755ff439dd361643294af1c10937845d848f69.zip
arch/c5471/include and arch/dm320/include are not identical. This is in preparation to replace arch/c5471 and arch/dm320 with arch/arm
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@186 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/c5471/include/arch.h')
-rw-r--r--nuttx/arch/c5471/include/arch.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/nuttx/arch/c5471/include/arch.h b/nuttx/arch/c5471/include/arch.h
index 86d6652b6..a64ecb5e9 100644
--- a/nuttx/arch/c5471/include/arch.h
+++ b/nuttx/arch/c5471/include/arch.h
@@ -1,5 +1,5 @@
/************************************************************
- * arch.h
+ * arch/arch.h
*
* Copyright (C) 2007 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -37,8 +37,8 @@
* only indirectly through nuttx/arch.h
*/
-#ifndef __ARCH_C5471_ARCH_H
-#define __ARCH_C5471_ARCH_H
+#ifndef __ARCH_ARCH_H
+#define __ARCH_ARCH_H
/************************************************************
* Included Files
@@ -76,5 +76,5 @@ extern "C" {
}
#endif
-#endif /* __ARCH_C5471_ARCH_H */
+#endif /* __ARCH_ARCH_H */