#ifndef __BUZZER_H__ #define __BUZZER_H__ void buzzer_init(void); void buzzer_exit(void); #endif