extern void VMEinit (); extern void VMEclose (); extern unsigned long VMEin (int access, unsigned long address, int width); extern int VMEout (int access, unsigned long address, int width, unsigned long value); extern void VMEin_ptr (int access, unsigned long address, int width, int length, unsigned long *tvout);