X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fbuzzer.h;h=02bc1e8bcd3588d82a4ce7d23d5018c9beb18ae4;hb=c5049d7bb6178222c952030c2f2a6f52a43ddda1;hp=078daef84062d8c029f9eebd00ffd7a833f21e5d;hpb=7ee3b3c3da60b181d18336e892d8d0920166f5ae;p=bertos.git diff --git a/drv/buzzer.h b/drv/buzzer.h index 078daef8..02bc1e8b 100755 --- a/drv/buzzer.h +++ b/drv/buzzer.h @@ -3,7 +3,7 @@ * * * \version $Id$ @@ -13,18 +13,35 @@ * \brief Buzzer driver */ -/* - * $Log$ - * Revision 1.2 2004/05/23 18:21:53 bernie - * Trim CVS logs and cleanup header info. - * - */ +/*#* + *#* $Log$ + *#* Revision 1.7 2005/04/11 19:10:27 bernie + *#* Include top-level headers from cfg/ subdir. + *#* + *#* Revision 1.6 2004/12/08 09:11:53 bernie + *#* Rename time_t to mtime_t. + *#* + *#* 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 + extern void buz_init(void); -extern void buz_beep(time_t time); -extern void buz_repeat_start(time_t duration, time_t interval); +extern void buz_beep(mtime_t time); +extern void buz_repeat_start(mtime_t duration, mtime_t interval); extern void buz_repeat_stop(void); #endif /* DRV_BUZZER_H */