mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-30 11:38:38 -07:00
merge linux and windows clients into one directory... will consolidate makefiles shortly
This commit is contained in:
parent
e3dfa42772
commit
cd00aa3043
27 changed files with 9 additions and 9 deletions
14
client/proxmark3.h
Normal file
14
client/proxmark3.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
#define PROXPROMPT "proxmark3> "
|
||||
|
||||
#define FLASH_ADDR_OS 0x10000
|
||||
#define FLASH_ADDR_FPGA 0x2000
|
||||
|
||||
extern usb_dev_handle *devh;
|
||||
extern unsigned char return_on_error;
|
||||
extern unsigned char error_occured;
|
||||
|
||||
int ReceiveCommandP(UsbCommand *c);
|
||||
usb_dev_handle* OpenProxmark(int);
|
||||
void CloseProxmark(void);
|
||||
|
||||
void setlogfilename(char *fn);
|
Loading…
Add table
Add a link
Reference in a new issue