Subversion Repositories freemyipod

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
253 theseven 1
#ifndef __BEEP_H__
2
#define __BEEP_H__
3
 
4
#include "toolkit.h"
5
 
6
void singlebeep(int tone, int time);
7
void beep(int count) __attribute__((noreturn));
8
 
9
#endif