Add missing header.
[bertos.git] / cpu_detect.h
index 94b05680af113d94bfc364514ce5a9b6950196f3..aca9c554f6bf18f4c446a9383adc936e2ff66ff0 100755 (executable)
  *
  */
 
-/*
- * $Log$
- * Revision 1.1  2004/07/30 17:14:49  rasky
- * File sfuggito al commit precedente (nuova gestione unificata del detect della CPU
- *
- * Revision 1.2  2004/07/30 10:31:07  rasky
- * Aggiunto detect per ATmega128
- *
- * Revision 1.1  2004/07/22 16:37:34  rasky
- * Nuovo file cpu_detect.h per il detect della CPU
- * Nuova macro CPU_HEADER per includere l'header cpu-specific di ogni modulo
- * Razionalizzazione dei principali #ifdef per piattaforma con le nuove macro
- * Nuove macro-utility PP_STRINGIZE e PP_CATn
- *
- */
+/*#*
+ *#* $Log$
+ *#* Revision 1.3  2004/12/31 17:39:26  bernie
+ *#* Use C89 comments only.
+ *#*
+ *#* Revision 1.2  2004/08/25 14:12:08  rasky
+ *#* Aggiornato il comment block dei log RCS
+ *#*
+ *#* Revision 1.1  2004/07/30 17:14:49  rasky
+ *#* File sfuggito al commit precedente (nuova gestione unificata del detect della CPU
+ *#*
+ *#* Revision 1.2  2004/07/30 10:31:07  rasky
+ *#* Aggiunto detect per ATmega128
+ *#*
+ *#* Revision 1.1  2004/07/22 16:37:34  rasky
+ *#* Nuovo file cpu_detect.h per il detect della CPU
+ *#* Nuova macro CPU_HEADER per includere l'header cpu-specific di ogni modulo
+ *#* Razionalizzazione dei principali #ifdef per piattaforma con le nuove macro
+ *#* Nuove macro-utility PP_STRINGIZE e PP_CATn
+ *#*
+ *#*/
 
 #ifndef CPU_DETECT_H
 #define CPU_DETECT_H
@@ -86,7 +92,7 @@
 #endif
 
 
-// Self-check for the detection: only one CPU must be detected
+/* Self-check for the detection: only one CPU must be detected */
 #if CPU_I196 + CPU_X86 + CPU_DSP56K + CPU_AVR == 0
        #error Unknown CPU
 #elif !defined(CPU_ID)