minix/drivers/audio/es1370/ak4531.h
Arun Thomas 436d6012a3 Convert drivers/ and servers/ over to bsdmake
-Move libdriver to lib/
-Install all boot image services on filesystem to aid restartability
2010-03-22 21:25:22 +00:00

13 lines
300 B
C

#ifndef AK4531_H
#define AK4531_H
/* best viewed with tabsize=4 */
#include <minix/drivers.h>
#include <minix/sound.h>
_PROTOTYPE( int ak4531_init, (u16_t base, u16_t status_reg, u16_t bit,
u16_t poll) );
_PROTOTYPE( int ak4531_get_set_volume, (struct volume_level *level, int flag) );
#endif