X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/0194ce8fc842da0e40b9d7bbfcb1837f508de9ce..b82c2f85e457f361b119d21a31f3263ac3489cc8:/include/usb_cmd.h diff --git a/include/usb_cmd.h b/include/usb_cmd.h index 19618e95..ae9d15c2 100644 --- a/include/usb_cmd.h +++ b/include/usb_cmd.h @@ -13,14 +13,14 @@ #ifndef __USB_CMD_H #define __USB_CMD_H #ifdef _MSC_VER -typedef DWORD uint32_t; -typedef BYTE uint8_t; -#define PACKED -// stuff + typedef DWORD uint32_t; + typedef BYTE uint8_t; + #define PACKED + // stuff #else -#include -#include -#define PACKED __attribute__((packed)) + #include + #include + #define PACKED __attribute__((packed)) #endif #define USB_CMD_DATA_SIZE 512 @@ -222,7 +222,7 @@ typedef struct{ #define FLAG_7B_UID_IN_DATA 0x04 #define FLAG_10B_UID_IN_DATA 0x08 #define FLAG_UID_IN_EMUL 0x10 -#define FLAG_NR_AR_ATTACK 0x12 +#define FLAG_NR_AR_ATTACK 0x20 //Iclass reader flags