ver_no(D4sdi)
ver_no --
SDI version number structure
Synopsis
   #include <sys/sdi.h>
Description
The version number structure,
The ver_no version number structure
is used to ensure that the version of SDI is
appropriate for the target drivers.
Structure definition
The ver_no structure is defined follows:
   unsigned char   sv_release;
   unsigned char   sv_machine;
   short           sv_modes;
Structure members
 - sv_release
- 
SDI version number.
This must match the information in the
$interface sdi field of the driver's
Master(DSP/4dsp)
file; see
``DDI interface versioning'' in HDK Technical Reference.
 - sv_machine
- 
Type of computer you are using.
 - sv_modes
- 
SDI functionality that is supported.
Modes are added together with the
bitwise OR operator.
Hardware applicability
All.
Version applicability
sdi: 2, 3, 4
Usage
References
19 June 2005
© 2005 The SCO Group, Inc.  All rights reserved.
OpenServer 6 and UnixWare (SVR5) HDK - June 2005