]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/proxusb.h
9 extern unsigned char return_on_error
;
10 extern unsigned char error_occured
;
12 void SendCommand(UsbCommand
*c
);
13 bool ReceiveCommandPoll(UsbCommand
*c
);
14 void ReceiveCommand(UsbCommand
*c
);
15 struct usb_dev_handle
* FindProxmark(int verbose
, unsigned int *iface
);
16 struct usb_dev_handle
* OpenProxmark(int verbose
);
17 void CloseProxmark(void);