1
0
This repository has been archived on 2020-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
xilinx-usb-driver/parport.h
2007-04-30 23:42:17 +00:00

4 lines
162 B
C

int parport_transfer(WD_TRANSFER *tr, int fd, unsigned int request, int ppbase, int ecpbase, int num);
int parport_open(int num);
void parport_close(int handle);