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