minix/drivers/audio/es1370/ak4531.h
Ben Gras 6a73e85ad1 retire _PROTOTYPE
. only good for obsolete K&R support
	. also remove a stray ansi.h and the proto cmd
2012-03-25 16:17:10 +02:00

12 lines
264 B
C

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