#ifndef __VMCI_TRANSPORT_NOTIFY_H__
#define __VMCI_TRANSPORT_NOTIFY_H__
#include <linux/types.h>
#include <linux/vmw_vmci_defs.h>
#include <linux/vmw_vmci_api.h>
#include "vmci_transport.h"
#define VSOCK_OPTIMIZATION_WAITING_NOTIFY …
#if defined(VSOCK_OPTIMIZATION_WAITING_NOTIFY)
#define VSOCK_OPTIMIZATION_FLOW_CONTROL …
#endif
#define VMCI_TRANSPORT_MAX_DGRAM_RESENDS …
struct vmci_transport_recv_notify_data { … };
struct vmci_transport_send_notify_data { … };
struct vmci_transport_notify_ops { … };
extern const struct vmci_transport_notify_ops vmci_transport_notify_pkt_ops;
extern const
struct vmci_transport_notify_ops vmci_transport_notify_pkt_q_state_ops;
#endif