]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - include/usb_cmd.h
major USB update
[proxmark3-svn] / include / usb_cmd.h
index a7552b3ec4b3deef94f7c9f8ea57b241a84d3623..b3c52d1df086139c8f4e95515ea8a9289aa13147 100644 (file)
@@ -24,12 +24,23 @@ typedef BYTE uint8_t;
 #endif
 
 typedef struct {
 #endif
 
 typedef struct {
-       uint32_t        cmd;
-       uint32_t        arg[3];
-       union {
-               uint8_t         asBytes[48];
-               uint32_t        asDwords[12];
-       } d;
+  uint32_t     cmd;
+  uint32_t     arg[3];
+  union {
+    uint8_t            asBytes[48];
+    uint32_t   asDwords[12];
+  } d;
+} PACKED HidCommand;
+
+#define USB_CMD_DATA_SIZE 512
+
+typedef struct {
+  uint32_t cmd;
+  uint32_t arg[3];
+  union {
+    uint8_t     asBytes[USB_CMD_DATA_SIZE];
+    uint32_t asDwords[USB_CMD_DATA_SIZE/4];
+  } d;
 } PACKED UsbCommand;
 
 // For the bootloader
 } PACKED UsbCommand;
 
 // For the bootloader
Impressum, Datenschutz