]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/apps.h
removed all old usb calls
[proxmark3-svn] / armsrc / apps.h
index c2b24eeadd2d6d3f67d5a6b453c5adc9e8db8a43..94bc5b04845f168eaf5967ad55fbf132ba9d3c84 100644 (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
Impressum, Datenschutz