hc
2024-05-10 23fa18eaa71266feff7ba8d83022d9e1cc83c65a
kernel/include/linux/usb/otg.h
....@@ -12,6 +12,7 @@
1212
1313 #include <linux/phy/phy.h>
1414 #include <linux/usb/phy.h>
15
+#include <linux/android_kabi.h>
1516
1617 struct usb_otg {
1718 u8 default_a;
....@@ -40,6 +41,7 @@
4041 /* start or continue HNP role switch */
4142 int (*start_hnp)(struct usb_otg *otg);
4243
44
+ ANDROID_KABI_RESERVE(1);
4345 };
4446
4547 /**
....@@ -118,7 +120,6 @@
118120 USB_DR_MODE_HOST,
119121 USB_DR_MODE_PERIPHERAL,
120122 USB_DR_MODE_OTG,
121
- USB_DR_MODE_DRD,
122123 };
123124
124125 /**