]> git.baikalelectronics.ru Git - kernel.git/commit
VMCI: Some header and config files.
authorGeorge Zhang <georgezhang@vmware.com>
Tue, 8 Jan 2013 23:55:59 +0000 (15:55 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 Jan 2013 00:15:57 +0000 (16:15 -0800)
commit6a5c3aaf98410692329e37ad6d47501796fa74be
treef992fdf9979ddd38cd620240a19cc0e013437fd8
parentf92ae1bb176b499cb700e9da1912292bf6bc9241
VMCI: Some header and config files.

VMCI head config patch Adds all the necessary files to enable building of the VMCI
module with the Linux Makefiles and Kconfig systems. Also adds the header files used
for building modules against the driver.

Signed-off-by: George Zhang <georgezhang@vmware.com>
Acked-by: Andy king <acking@vmware.com>
Acked-by: Dmitry Torokhov <dtor@vmware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/Kconfig
drivers/misc/Makefile
drivers/misc/vmw_vmci/Kconfig [new file with mode: 0644]
drivers/misc/vmw_vmci/Makefile [new file with mode: 0644]
include/linux/vmw_vmci_api.h [new file with mode: 0644]
include/linux/vmw_vmci_defs.h [new file with mode: 0644]