Rev 547 |
Go to most recent revision |
Blame |
Compare with Previous |
Last modification |
View Log
| RSS feed
/*
* Project: S.Ha.R.K.
*
* Coordinators:
* Giorgio Buttazzo <giorgio@sssup.it>
* Paolo Gai <pj@gandalf.sssup.it>
*
* Authors :
* Mauro Marinoni <mauro.marinoni@unipv.it>
*
*
* ReTiS Lab (Scuola Superiore S.Anna - Pisa - Italy)
*
* http://www.sssup.it
* http://retis.sssup.it
* http://shark.sssup.it
*/
/* Glue Layer Header Linux Input Driver*/
#ifndef __SHARK_SPK26_H__
#define __SHARK_SPK26_H__
int SPEAK26_installed(void);
int SPEAK26_init(void);
int SPEAK26_close(void);
void speaker_sound(unsigned int hz, unsigned int ticks);
void speaker_mute(void);
#endif