X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fbuzzer.h;h=f7118ab478bee4a9e6d2e98fd16b758a91a6e0ef;hb=46ac2c9347e738ee3c23109b83d522023ac4e7c9;hp=bf86a9b23fe313f48ffcd685f2b052597d4311bd;hpb=277b540c0764dd376dcf583acdc97a2b2fd3d8e6;p=bertos.git diff --git a/drv/buzzer.h b/drv/buzzer.h index bf86a9b2..f7118ab4 100755 --- a/drv/buzzer.h +++ b/drv/buzzer.h @@ -1,9 +1,9 @@ -/*! +/** * \file * * * \version $Id$ @@ -15,6 +15,21 @@ /*#* *#* $Log$ + *#* Revision 1.10 2006/07/19 12:56:25 bernie + *#* Convert to new Doxygen style. + *#* + *#* Revision 1.9 2005/11/27 23:32:15 bernie + *#* Update copyright information. + *#* + *#* Revision 1.8 2005/11/04 16:20:02 bernie + *#* Fix reference to README.devlib in header. + *#* + *#* 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 *#* @@ -31,11 +46,11 @@ #ifndef DRV_BUZZER_H #define DRV_BUZZER_H -#include +#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 */