Update copyright, fix header guard.
[bertos.git] / cpu / cpu.h
index a99285dc19746e24dfb4c625872fdcfd7f977ce2..911c78c05b3e88c1c64b137a02dadb9e1462043e 100644 (file)
--- a/cpu/cpu.h
+++ b/cpu/cpu.h
@@ -26,7 +26,7 @@
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2004, 2005,2006, 2007 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2004, 2005, 2006, 2007 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2004 Giovanni Bajo
  *
  * -->
@@ -42,7 +42,6 @@
 #define CPU_CPU_H
 
 #include "detect.h"
-
 #include <cfg/compiler.h> /* for uintXX_t */
 #include <cfg/arch_config.h>  /* ARCH_EMUL */
 
 
        #else /* !__IAR_SYSTEMS_ICC__ */
 
+               #warning "IRQ_ macros need testing!"
+               #warning "Test now or die :-)"
+
                #define NOP         asm volatile ("mov r0,r0" ::)
 
                #define IRQ_DISABLE \