X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/49ec6d1d1bfbf2d176e392e20b44be61538b7fad..e98300f2455f72b64df737b3a81c072b6b3761e3:/include/usb_cmd.h diff --git a/include/usb_cmd.h b/include/usb_cmd.h index a7552b3e..507519ec 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -71,6 +71,9 @@ typedef struct { #define CMD_INDALA_CLONE_TAG 0x0212 // for 224 bits UID #define CMD_INDALA_CLONE_TAG_L 0x0213 +#define CMD_T55XX_READ_BLOCK 0x0214 +#define CMD_T55XX_WRITE_BLOCK 0x0215 +#define CMD_T55XX_READ_TRACE 0x0216 /* CMD_SET_ADC_MUX: ext1 is 0 for lopkd, 1 for loraw, 2 for hipkd, 3 for hiraw */