1
0

unify parallel and jtagkey interface

This commit is contained in:
michael
2007-04-30 09:23:32 +00:00
parent 185be93e9d
commit 5e3d963bcb
7 changed files with 218 additions and 185 deletions

3
parport.h Normal file
View File

@@ -0,0 +1,3 @@
int pp_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);