1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2012 VMware, Inc. All rights reserved.
11 #include <linux/vmw_vmci_defs.h>
19 int vmci_route(struct vmci_handle
*src
, const struct vmci_handle
*dst
,
20 bool from_guest
, enum vmci_route
*route
);
22 #endif /* _VMCI_ROUTE_H_ */