8 lines
96 B
C
8 lines
96 B
C
|
#ifndef BUZZER_H
|
||
|
#define BUZZER_H
|
||
|
#include "daemon.h"
|
||
|
void buzzer_init();
|
||
|
|
||
|
|
||
|
#endif // !BUZZER_H
|