1493e699bSPrashant Malani /* SPDX-License-Identifier: GPL-2.0-only */
2493e699bSPrashant Malani 
3493e699bSPrashant Malani #ifndef __CROS_TYPEC_VDM__
4493e699bSPrashant Malani #define __CROS_TYPEC_VDM__
5493e699bSPrashant Malani 
6493e699bSPrashant Malani #include <linux/usb/typec_altmode.h>
7493e699bSPrashant Malani 
8493e699bSPrashant Malani extern struct typec_altmode_ops port_amode_ops;
9493e699bSPrashant Malani 
10*f54c013eSPrashant Malani void cros_typec_handle_vdm_attention(struct cros_typec_data *typec, int port_num);
1150ed638bSPrashant Malani void cros_typec_handle_vdm_response(struct cros_typec_data *typec, int port_num);
1250ed638bSPrashant Malani 
13493e699bSPrashant Malani #endif /*  __CROS_TYPEC_VDM__ */
14