#ifndef USB_DATA_H #define USB_DATA_H typedef struct USBData { bool Fake; } USBData_t; #endif