You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

11 lines
229 B

#ifndef __Victor_XV_D701_H
#define __Victor_XV_D701_H
#define VICTOR_DVD 0
#define VICTOR_VCD 1
void VictorInit( int type );
int VictorReceiveByte( unsigned char byte );
unsigned char *VictorGetResponse( int *length );
#endif