/********************************************************************************************************************************/ /* Created: 15-MAR-2001 23:37:56 by OpenVMS SDL EV1-33 */ /* Source: 15-MAR-2001 23:34:06 _$11$DUA933:[BUILD.SDL]STARDEFAE.SDI;1 */ /********************************************************************************************************************************/ /*** MODULE $DVSDEF ***/ #ifndef __DVSDEF_LOADED #define __DVSDEF_LOADED 1 #pragma nostandard #ifdef __cplusplus extern "C" { #define __unknown_params ... #else #define __unknown_params #endif #if !defined(__VAXC) && !defined(VAXC) #define __struct struct #define __union union #else #define __struct variant_struct #define __union variant_union #endif /*+ */ /* */ /* Device Scan Data Identifier Definitions */ /* */ /* **** NOTE **** */ /* */ /* New items must always be added at the END of the list so that */ /* users will not have to rebuild. */ /* */ /*- */ #define DVS$_DEVCLASS 1 /* Device class - VALUE - 4 bytes (only one used) */ #define DVS$_DEVTYPE 2 /* Device type - VALUE - 4 bytes (only one used) */ #ifdef __cplusplus } #endif #pragma standard #endif /* __DVSDEF_LOADED */