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)
commit20259849bb1ac1ffb0156eb359810e8b99cb644d
treef992fdf9979ddd38cd620240a19cc0e013437fd8
parent8bf503991f87e32ea42a7bd69b79ba084fddc5d7
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]