1 /* 2 * opl3.h 3 * 4 * Copyright: Christoph Hellwig <chhellwig@gmx.net> 5 * 6 */ 7 8 int opl3_detect (int ioaddr, int *osp); 9 int opl3_init(int ioaddr, int *osp, struct module *owner); 10 11 void enable_opl3_mode(int left, int right, int both); 12