9 lines
102 B
C
9 lines
102 B
C
|
#ifndef _BEEP_H_
|
||
|
#define _BEEP_H_
|
||
|
|
||
|
void beep_init();
|
||
|
void beep_enable();
|
||
|
void beep_disable();
|
||
|
|
||
|
#endif
|