Spelling/grammar fixes.
[bertos.git] / cpu.h
diff --git a/cpu.h b/cpu.h
index 85985755de6fb4cd9fb11de6b795c6205b919b1e..9c9fa3ba9a31aaa196f3409617dd51895a1abafa 100755 (executable)
--- a/cpu.h
+++ b/cpu.h
  * \author Stefano Fedrigo <aleph@develer.com>
  */
 
-/*
- * $Log$
- * Revision 1.13  2004/08/24 13:16:00  bernie
- * Add type-size definitions for preprocessor.
- *
- * Revision 1.12  2004/08/14 19:37:57  rasky
- * Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc.
- *
- * Revision 1.11  2004/08/05 17:39:56  bernie
- * Fix a Doxygen tag.
- *
- * Revision 1.10  2004/08/02 20:20:29  aleph
- * Merge from project_ks
- *
- * Revision 1.9  2004/07/30 14:24:16  rasky
- * Task switching con salvataggio perfetto stato di interrupt (SR)
- * Kernel monitor per dump informazioni su stack dei processi
- *
- * Revision 1.8  2004/07/30 14:15:53  rasky
- * Nuovo supporto unificato per detect della CPU
- *
- * Revision 1.7  2004/07/20 23:26:48  bernie
- * Fix two errors introduced by previous commit.
- *
- * Revision 1.6  2004/07/20 23:12:16  bernie
- * Rationalize and document SCHEDULER_IDLE.
- *
- * Revision 1.5  2004/07/20 16:20:35  bernie
- * Move byte-order macros to mware/byteorder.h; Add missing author names.
- *
- * Revision 1.4  2004/07/20 16:06:04  bernie
- * Add macros to handle endianess issues.
- *
- * Revision 1.3  2004/07/18 21:49:51  bernie
- * Fixes for GCC 3.5.
- *
- * Revision 1.2  2004/06/03 11:27:09  bernie
- * Add dual-license information.
- *
- * Revision 1.1  2004/05/23 17:48:35  bernie
- * Add top-level files.
- *
- */
-#ifndef CPU_H
-#define CPU_H
-
-#include "compiler.h"
+/*#*
+ *#* $Log$
+ *#* Revision 1.15  2004/08/25 14:12:08  rasky
+ *#* Aggiornato il comment block dei log RCS
+ *#*
+ *#* Revision 1.14  2004/08/24 13:29:28  bernie
+ *#* Trim CVS log; Rename header guards.
+ *#*
+ *#* Revision 1.12  2004/08/14 19:37:57  rasky
+ *#* Merge da SC: macros.h, pool.h, BIT_CHANGE, nome dei processi, etc.
+ *#*
+ *#* Revision 1.11  2004/08/05 17:39:56  bernie
+ *#* Fix a Doxygen tag.
+ *#*
+ *#* Revision 1.10  2004/08/02 20:20:29  aleph
+ *#* Merge from project_ks
+ *#*
+ *#* Revision 1.9  2004/07/30 14:24:16  rasky
+ *#* Task switching con salvataggio perfetto stato di interrupt (SR)
+ *#* Kernel monitor per dump informazioni su stack dei processi
+ *#*/
+#ifndef DEVLIB_CPU_H
+#define DEVLIB_CPU_H
+
+#include "compiler.h" /* for uintXX_t, PP_CAT3(), PP_STRINGIZE() */
 
 
 // Macros for determining CPU endianness
        #endif /* !ARCH_EMUL */
 #endif /* !SCHEDULER_IDLE */
 
-#endif /* CPU_H */
+#endif /* DEVLIB_CPU_H */