freebsd-dev/sys/dev/vmware/vmci/vmci_kernel_api.h
Mark Peek 8c302b2e86 Rectify VMCI SPDX license
Approved by: Vishnu Dasa <vdasa@vmware.com>
2018-03-27 06:33:00 +00:00

19 lines
413 B
C

/*-
* Copyright (c) 2018 VMware, Inc. All Rights Reserved.
*
* SPDX-License-Identifier: (BSD-2-Clause OR GPL-2.0)
*
* $FreeBSD$
*/
/* Kernel API (current) exported from the VMCI guest driver. */
#ifndef _VMCI_KERNEL_API_H_
#define _VMCI_KERNEL_API_H_
/* With this file you always get the latest version. */
#include "vmci_kernel_api_1.h"
#include "vmci_kernel_api_2.h"
#endif /* !_VMCI_KERNEL_API_H_ */