xref: /linux/drivers/platform/chrome/cros_typec_vdm.h (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __CROS_TYPEC_VDM__
4 #define __CROS_TYPEC_VDM__
5 
6 #include <linux/usb/typec_altmode.h>
7 
8 extern const struct typec_altmode_ops port_amode_ops;
9 
10 void cros_typec_handle_vdm_attention(struct cros_typec_data *typec, int port_num);
11 void cros_typec_handle_vdm_response(struct cros_typec_data *typec, int port_num);
12 
13 #endif /*  __CROS_TYPEC_VDM__ */
14