home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / src / linux-headers-2.6.17-6 / include / sound / wavefront_fx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2006-08-11  |  266 b   |  10 lines

  1. #ifndef __SOUND_WAVEFRONT_FX_H
  2. #define __SOUND_WAVEFRONT_FX_H
  3.  
  4. extern int  snd_wavefront_fx_detect (snd_wavefront_t *);
  5. extern void snd_wavefront_fx_ioctl  (snd_synth_t *sdev, 
  6.                      unsigned int cmd, 
  7.                      unsigned long arg);
  8.  
  9. #endif  __SOUND_WAVEFRONT_FX_H
  10.