ver_no(D4I) ver_no(D4I)
NAME
ver_no - PDI version number structure
SYNOPSIS
#include <sys/sdi.h>
DESCRIPTION
The version number structure, ver_no, is used to ensure that
the version of PDI is appropriate for the target drivers.
USAGE
Structure Members
The ver_no structure is defined follows:
unsigned char sv_release; /* Release number */
unsigned char sv_machine; /* Computer type */
short sv_modes; /* PDI Release Number */
sv_release indicates the PDI release number (set to 1 for the
first release).
sv_machine indicates the type of computer you are using.
sv_modes indicates the PDI functionality that is supported.
Modes are added together with the bitwise OR operator.
Copyright 1994 Novell, Inc. Page 1