/*
 * SDSPWAFI2: DSP Blockset S-function implementing
 *            wave audio input file
 *
 * Copyright 1995-2000 The MathWorks, Inc.
 * $Revision: 1.10 $ $Date: 2000/03/09 23:53:22 $
 */
#define S_FUNCTION_NAME  sdspwafi2
#define S_FUNCTION_LEVEL 2

#ifdef WIN32
#   include "dsp_wafi2_win32.c"
#else
#   include "dsp_wave_in_err.c"
#endif

/* [EOF] sdspwafi2.c */
