hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/include/linux/usb/typec_altmode.h
....@@ -69,7 +69,7 @@
6969
7070 int typec_altmode_enter(struct typec_altmode *altmode, u32 *vdo);
7171 int typec_altmode_exit(struct typec_altmode *altmode);
72
-void typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);
72
+int typec_altmode_attention(struct typec_altmode *altmode, u32 vdo);
7373 int typec_altmode_vdm(struct typec_altmode *altmode,
7474 const u32 header, const u32 *vdo, int count);
7575 int typec_altmode_notify(struct typec_altmode *altmode, unsigned long conf,