]> git.zerfleddert.de Git - proxmark3-svn/blame - client/proxusb.h
Removing windows specific code. Everything now compile and work the same for the...
[proxmark3-svn] / client / proxusb.h
CommitLineData
7fe9b0b7 1#ifndef PROXUSB_H__
2#define PROXUSB_H__
3
7fe9b0b7 4#include <stdint.h>
5#include <stdbool.h>
91c38cf7 6#include <usb.h>
7fe9b0b7 7#include "usb_cmd.h"
8
9extern unsigned char return_on_error;
10extern unsigned char error_occured;
11
12void SendCommand(UsbCommand *c);
13bool ReceiveCommandPoll(UsbCommand *c);
14void ReceiveCommand(UsbCommand *c);
3ec3a472 15struct usb_dev_handle* FindProxmark(int verbose, unsigned int *iface);
16struct usb_dev_handle* OpenProxmark(int verbose);
7fe9b0b7 17void CloseProxmark(void);
18
19#endif
Impressum, Datenschutz