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
8extern const struct typec_altmode_ops port_amode_ops;
9
10void cros_typec_handle_vdm_attention(struct cros_typec_data *typec, int port_num);
11void cros_typec_handle_vdm_response(struct cros_typec_data *typec, int port_num);
12
13#endif /* __CROS_TYPEC_VDM__ */
14

source code of linux/drivers/platform/chrome/cros_typec_vdm.h