usb: otg-fsm: support multiple instances
[cascardo/linux.git] / include / linux / usb / otg-fsm.h
index 8eec0c2..7a03505 100644 (file)
@@ -210,6 +210,7 @@ struct otg_fsm {
        struct mutex lock;
        u8 *host_req_flag;
        struct delayed_work hnp_polling_work;
+       bool state_changed;
 };
 
 struct otg_fsm_ops {