/********************************************************************************************************************************/ /* 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 $ERADEF ***/ #ifndef __ERADEF_LOADED #define __ERADEF_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 /* */ /* */ /* Define erase type codes. The codes LODUMMY and HIDUMMY are */ /* used as placeholders, to make the definition of the upper and */ /* lower bound erase type symbols automatic. New erase type codes */ /* should be added at the end of the list, but before HIDUMMY. */ /* */ /* */ #define ERA$K_LODUMMY 0 /* */ #define ERA$K_MEMORY 1 /* Erase main memory */ #define ERA$K_DISK 2 /* Erase disk mass storage */ #define ERA$K_TAPE 3 /* Erase magnetic tape mass storage */ #define ERA$K_HIDUMMY 4 /* */ #define ERA$K_MINTYPE 1 /* Lower bound of erase type codes */ #define ERA$K_MAXTYPE 3 /* Upper bound of erase type codes */ #ifdef __cplusplus } #endif #pragma standard #endif /* __ERADEF_LOADED */