summaryrefslogtreecommitdiff
path: root/nuttx/arch/arm/src/dm320
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/arm/src/dm320')
-rw-r--r--nuttx/arch/arm/src/dm320/dm320_boot.c6
-rw-r--r--nuttx/arch/arm/src/dm320/dm320_irq.c8
-rw-r--r--nuttx/arch/arm/src/dm320/dm320_restart.S6
3 files changed, 13 insertions, 7 deletions
diff --git a/nuttx/arch/arm/src/dm320/dm320_boot.c b/nuttx/arch/arm/src/dm320/dm320_boot.c
index 46a39dfd2..9d7cb1a95 100644
--- a/nuttx/arch/arm/src/dm320/dm320_boot.c
+++ b/nuttx/arch/arm/src/dm320/dm320_boot.c
@@ -1,7 +1,7 @@
/************************************************************************************
- * dm320/dm320_boot.c
+ * arch/arm/src/dm320/dm320_boot.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -39,6 +39,8 @@
#include <nuttx/config.h>
#include <sys/types.h>
+
+#include "arm.h"
#include "up_internal.h"
#include "up_arch.h"
diff --git a/nuttx/arch/arm/src/dm320/dm320_irq.c b/nuttx/arch/arm/src/dm320/dm320_irq.c
index 692d06a98..84e0efcf5 100644
--- a/nuttx/arch/arm/src/dm320/dm320_irq.c
+++ b/nuttx/arch/arm/src/dm320/dm320_irq.c
@@ -1,7 +1,7 @@
/************************************************************
- * dm320/dm320_irq.c
+ * arch/arm/src/dm320/dm320_irq.c
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -40,6 +40,8 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <nuttx/irq.h>
+
+#include "arm.h"
#include "up_arch.h"
#include "os_internal.h"
#include "up_internal.h"
@@ -70,7 +72,7 @@ extern int _svectors; /* Type does not matter */
************************************************************/
/************************************************************
- * Public Funtions
+ * Public Functions
************************************************************/
/************************************************************
diff --git a/nuttx/arch/arm/src/dm320/dm320_restart.S b/nuttx/arch/arm/src/dm320/dm320_restart.S
index 1ce9e373f..5990605c7 100644
--- a/nuttx/arch/arm/src/dm320/dm320_restart.S
+++ b/nuttx/arch/arm/src/dm320/dm320_restart.S
@@ -1,7 +1,7 @@
/********************************************************************
- * dm320/dm320_restart.S
+ * arch/arm/src/dm320/dm320_restart.S
*
- * Copyright (C) 2007 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2007, 2009 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -38,6 +38,8 @@
********************************************************************/
#include <nuttx/config.h>
+
+#include "arm.h"
#include "up_internal.h"
#include "up_arch.h"