summaryrefslogtreecommitdiff
path: root/nuttx/arch/hc/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-13 20:00:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-13 20:00:48 +0000
commited8db12a5a3c19a75ec982035878d1108435c876 (patch)
tree7281cffb0735134d07b922b33101a2c56307b4c3 /nuttx/arch/hc/include
parente623e1d34592a6da298b97128a537be51f3c6ca5 (diff)
downloadnuttx-ed8db12a5a3c19a75ec982035878d1108435c876.tar.gz
nuttx-ed8db12a5a3c19a75ec982035878d1108435c876.tar.bz2
nuttx-ed8db12a5a3c19a75ec982035878d1108435c876.zip
Rename mc9s12ne64 directories and files to just m9s12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3288 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/hc/include')
-rwxr-xr-xnuttx/arch/hc/include/m9s12/irq.h (renamed from nuttx/arch/hc/include/mc9s12ne64/irq.h)10
1 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/arch/hc/include/mc9s12ne64/irq.h b/nuttx/arch/hc/include/m9s12/irq.h
index 8462a8dd3..9df447b14 100755
--- a/nuttx/arch/hc/include/mc9s12ne64/irq.h
+++ b/nuttx/arch/hc/include/m9s12/irq.h
@@ -1,7 +1,7 @@
/************************************************************************************
- * arch/hc/include/mc9s12ne64/irq.h
+ * arch/hc/include/m9s12/irq.h
*
- * Copyright (C) 2009 Gregory Nutt. All rights reserved.
+ * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
*
* Redistribution and use in source and binary forms, with or without
@@ -37,8 +37,8 @@
* only indirectly through nuttx/irq.h
*/
-#ifndef __ARCH_HC_INCLUDE_MC9S12NE64_IRQ_H
-#define __ARCH_HC_INCLUDE_MC9S12NE64_IRQ_H
+#ifndef __ARCH_HC_INCLUDE_M9S12_IRQ_H
+#define __ARCH_HC_INCLUDE_M9S12_IRQ_H
/************************************************************************************
* Included Files
@@ -126,4 +126,4 @@ extern "C" {
#endif
#endif
-#endif /* __ARCH_HC_INCLUDE_MC9S12NE64_IRQ_H */
+#endif /* __ARCH_HC_INCLUDE_M9S12_IRQ_H */