/*
 * SDSPWAO2: DSP Blockset S-function implementing
 *           wave audio output device
 *
 * Copyright 1995-2000 The MathWorks, Inc.
 * $Revision: 1.8 $ $Date: 2000/03/09 23:53:21 $
 */
#define S_FUNCTION_NAME  sdspwao2
#define S_FUNCTION_LEVEL 2

#ifdef WIN32
#   include "dsp_wao2_win32.c"
#else
#   include "dsp_wave_out_err.c"
#endif

/* [EOF] sdspwao2.c */
