kernel/include/linux/usb/otg.h
.. .. @@ -12,6 +12,7 @@ 12 12 13 13 #include <linux/phy/phy.h> 14 14 #include <linux/usb/phy.h> 15 +#include <linux/android_kabi.h>15 16 16 17 struct usb_otg { 17 18 u8 default_a; .. .. @@ -40,6 +41,7 @@ 40 41 /* start or continue HNP role switch */ 41 42 int (*start_hnp)(struct usb_otg *otg); 42 43 44 + ANDROID_KABI_RESERVE(1);43 45 }; 44 46 45 47 /** .. .. @@ -118,7 +120,6 @@ 118 120 USB_DR_MODE_HOST, 119 121 USB_DR_MODE_PERIPHERAL, 120 122 USB_DR_MODE_OTG, 121 - USB_DR_MODE_DRD,122 123 }; 123 124 124 125 /**