1 /*- 2 * Copyright (c) 2018 VMware, Inc. 3 * 4 * SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0) 5 */ 6 7 /* Kernel API (current) exported from the VMCI guest driver. */ 8 9 #ifndef _VMCI_KERNEL_API_H_ 10 #define _VMCI_KERNEL_API_H_ 11 12 /* With this file you always get the latest version. */ 13 #include "vmci_kernel_api_1.h" 14 #include "vmci_kernel_api_2.h" 15 16 #endif /* !_VMCI_KERNEL_API_H_ */ 17