source: roaraudio/roard/include/driver_esd.h @ 204:4ccaf07e3a3f

Last change on this file since 204:4ccaf07e3a3f was 0:2a41d2f42394, checked in by phi, 16 years ago

Initial revision

File size: 466 bytes
Line 
1//driver_esd.h:
2
3#ifndef _DRIVER_ESD_H_
4#define _DRIVER_ESD_H_
5
6int driver_esd_open(DRIVER_USERDATA_T * inst, char * device, struct roar_audio_info * info);
7int driver_esd_close(DRIVER_USERDATA_T   inst);
8int driver_esd_pause(DRIVER_USERDATA_T   inst, int newstate);
9int driver_esd_write(DRIVER_USERDATA_T   inst, char * buf, int len);
10int driver_esd_read(DRIVER_USERDATA_T   inst, char * buf, int len);
11int driver_esd_flush(DRIVER_USERDATA_T   inst);
12
13#endif
14
15//ll
Note: See TracBrowser for help on using the repository browser.