1 /* Sorry! */ 2 #include "sound_config.h" 3 4 void 5 sb16_dsp_interrupt (int unused) /* */ 6 { 7 } 8 9 long sb16_dsp_init(long mem_start, struct address_info *hw_config) /* */ 10 { 11 return mem_start; 12 } 13 14 int sb16_dsp_detect(struct address_info *hw_config) /* */ 15 { 16 return 0; 17 }