removed all old usb calls

This commit is contained in:
roel@libnfc.org 2012-12-05 16:14:10 +00:00
commit 6e82300dda
12 changed files with 144 additions and 92 deletions

View file

@ -181,6 +181,10 @@ void SnoopHitag(uint32_t type);
void SimulateHitagTag(bool tag_mem_supplied, byte_t* data);
void ReaderHitag(hitag_function htf, hitag_data* htd);
// cmd.h
bool cmd_receive(UsbCommand* cmd);
bool cmd_send(uint32_t cmd, uint32_t arg0, uint32_t arg1, uint32_t arg2, byte_t* data, size_t len);
/// util.h
#endif