Save some more RAM on AVR.
[bertos.git] / drv / buzzer.h
index f71706b9700653008a7f167aa41681209c1d124f..bf86a9b23fe313f48ffcd685f2b052597d4311bd 100755 (executable)
  * \brief Buzzer driver
  */
 
-/*
- * $Log$
- * Revision 1.3  2004/06/03 11:27:09  bernie
- * Add dual-license information.
- *
- * Revision 1.2  2004/05/23 18:21:53  bernie
- * Trim CVS logs and cleanup header info.
- *
- */
+/*#*
+ *#* $Log$
+ *#* Revision 1.5  2004/08/25 14:12:08  rasky
+ *#* Aggiornato il comment block dei log RCS
+ *#*
+ *#* Revision 1.4  2004/08/24 16:53:43  bernie
+ *#* Add missing headers.
+ *#*
+ *#* Revision 1.3  2004/06/03 11:27:09  bernie
+ *#* Add dual-license information.
+ *#*
+ *#* Revision 1.2  2004/05/23 18:21:53  bernie
+ *#* Trim CVS logs and cleanup header info.
+ *#*
+ *#*/
 #ifndef DRV_BUZZER_H
 #define DRV_BUZZER_H
 
+#include <compiler.h>
+
 extern void buz_init(void);
 extern void buz_beep(time_t time);
 extern void buz_repeat_start(time_t duration, time_t interval);