]>
cvs.zerfleddert.de Git - proxmark3-svn/blob - client/proxusb.h
4ee00750d316dafdafa44a32eba16636e954e33e
5 typedef DWORD
uint32_t;
15 extern unsigned char return_on_error
;
16 extern unsigned char error_occured
;
18 void SendCommand(UsbCommand
*c
);
19 bool ReceiveCommandPoll(UsbCommand
*c
);
20 void ReceiveCommand(UsbCommand
*c
);
21 struct usb_dev_handle
* FindProxmark(int verbose
, unsigned int *iface
);
22 struct usb_dev_handle
* OpenProxmark(int verbose
);
23 void CloseProxmark(void);