00001 #ifndef _EVP_SUPPORT_H 00002 #define _EVP_SUPPORT_H 00003 00004 #include <sys/types.h> 00005 #include "rts.h" 00006 00007 #define EVP_NO_DET 0 00008 #define EVP_NO_DATA (-1) 00009 #define EVP_DATA_ERR (-2) 00010 namespace OLDEVP { 00011 extern int checkBank(char *m, char *what) ; 00012 00013 // UGLY UGLY hack 00014 extern u_int evp_daqbits ; 00015 } 00016 00017 #endif
1.5.9