multiple proxmark device support [Mohamed Elsabagh]

This commit is contained in:
adam@algroup.co.uk 2010-05-14 11:04:28 +00:00
commit 602ac4d7c5
3 changed files with 60 additions and 5 deletions

View file

@ -26,4 +26,9 @@ struct usb_dev_handle* FindProxmark(int verbose, unsigned int *iface);
struct usb_dev_handle* OpenProxmark(int verbose);
void CloseProxmark(void);
struct prox_unit {
usb_dev_handle *handle;
char serial_number[256];
};
#endif