X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fbuzzer.h;h=f71706b9700653008a7f167aa41681209c1d124f;hb=96f0ef786b54356c56cc3d4e4f0838df2505cfcc;hp=646c467b8e8c87a7d20b44971b6ceaafb1c3c798;hpb=0375780817109b6ab5cd4f36ccf80650b2fe77d5;p=bertos.git diff --git a/drv/buzzer.h b/drv/buzzer.h index 646c467b..f71706b9 100755 --- a/drv/buzzer.h +++ b/drv/buzzer.h @@ -1,8 +1,10 @@ /*! * \file - * Copyright (C) 1999,2003 Bernardo Innocenti - * Copyright (C) 2003 Develer S.r.l. (http://www.develer.com/) - * All Rights Reserved. + * * * \version $Id$ * @@ -13,19 +15,19 @@ /* * $Log$ - * Revision 1.1 2004/05/23 18:10:11 bernie - * Import drv/ modules. + * Revision 1.3 2004/06/03 11:27:09 bernie + * Add dual-license information. * - * Revision 1.1 2003/12/13 23:53:37 aleph - * Add buzzer driver + * Revision 1.2 2004/05/23 18:21:53 bernie + * Trim CVS logs and cleanup header info. * */ -#ifndef BUZZER_H -#define BUZZER_H +#ifndef DRV_BUZZER_H +#define DRV_BUZZER_H 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_repeat_stop(void); -#endif /* BUZZER_H */ +#endif /* DRV_BUZZER_H */