00001 #ifndef USB_DATA_H 00002 #define USB_DATA_H 00003 00004 class USBData { 00005 public : 00006 bool Fake; 00007 } ; 00008 00009 #endif