mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-13 18:16:59 -07:00
multiple proxmark device support [Mohamed Elsabagh]
This commit is contained in:
parent
bd84638614
commit
602ac4d7c5
3 changed files with 60 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue