summaryrefslogtreecommitdiffstats
path: root/nuttx/arch/arm/src/common/up_arch.h
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-09-30 12:26:46 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2008-09-30 12:26:46 +0000
commit06dc4cb0bc9d6cb26c46d21bd9b7dd3bd7e44821 (patch)
tree24a9ded753d263804cd84f5e484314c9f40c65f0 /nuttx/arch/arm/src/common/up_arch.h
parent684638d3bff61f891fa53208a167d61d160fd461 (diff)
cosmetic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@966 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/arch/arm/src/common/up_arch.h')
-rw-r--r--nuttx/arch/arm/src/common/up_arch.h28
1 files changed, 14 insertions, 14 deletions
diff --git a/nuttx/arch/arm/src/common/up_arch.h b/nuttx/arch/arm/src/common/up_arch.h
index eb47706869..57d2af04a9 100644
--- a/nuttx/arch/arm/src/common/up_arch.h
+++ b/nuttx/arch/arm/src/common/up_arch.h
@@ -1,7 +1,7 @@
-/************************************************************************************
- * common/up_arch.h
+/****************************************************************************
+ * arch/arm/src/common/up_arch.h
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -14,7 +14,7 @@
* notice, this list of conditions and the following disclaimer in
* the documentation and/or other materials provided with the
* distribution.
- * 3. Neither the name Gregory Nutt nor the names of its contributors may be
+ * 3. Neither the name NuttX nor the names of its contributors may be
* used to endorse or promote products derived from this software
* without specific prior written permission.
*
@@ -31,14 +31,14 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
- ************************************************************************************/
+ ****************************************************************************/
-#ifndef __UP_ARCH_H
-#define __UP_ARCH_H
+#ifndef ___ARCH_ARM_SRC_COMMON_UP_ARCH_H
+#define ___ARCH_ARM_SRC_COMMON_UP_ARCH_H
-/************************************************************************************
+/****************************************************************************
* Included Files
- ************************************************************************************/
+ ****************************************************************************/
#include <nuttx/config.h>
#ifndef __ASSEMBLY__
@@ -49,13 +49,13 @@
#include <arch/board/board.h>
#include "chip.h"
-/************************************************************************************
+/****************************************************************************
* Definitions
- ************************************************************************************/
+ ****************************************************************************/
-/************************************************************************************
+/****************************************************************************
* Inline Functions
- ************************************************************************************/
+ ****************************************************************************/
#ifndef __ASSEMBLY__
@@ -89,4 +89,4 @@ static inline void putreg16(uint16 val, unsigned int addr)
#endif
-#endif /* __UP_ARCH_H */
+#endif /* ___ARCH_ARM_SRC_COMMON_UP_ARCH_H */