| 116 | }; |
| 117 | |
| 118 | typedef struct dusb_command { |
| 119 | FILE *file; |
| 120 | uint32_t file_length; |
| 121 | dusb_command_type_t type; |
| 122 | uint8_t flag, vartype, varname_length, varname[8], varname_utf8_length, varname_utf8[8 * 3]; |
| 123 | } dusb_command_t; |
| 124 | |
| 125 | typedef enum dusb_state { |
| 126 | DUSB_INVALID_STATE, |
nothing calls this directly
no outgoing calls
no test coverage detected