diff options
author | Asias He <asias@redhat.com> | 2013-07-25 05:39:34 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-07-28 01:14:06 -0400 |
commit | 82a54d0ebbee03a8dcf4e1e4016a53fed4d6c933 (patch) | |
tree | 6ffaeb247c68620fe550fd717e9beb6d00b3b896 /net/vmw_vsock/vmci_transport.h | |
parent | a648ab58f28ceb158a5fca34ec876dbe5a0d97bf (diff) |
VSOCK: Move af_vsock.h and vsock_addr.h to include/net
This is useful for other VSOCK transport implemented outside the
net/vmw_vsock/ directory to use these headers.
Signed-off-by: Asias He <asias@redhat.com>
Acked-by: Andy King <acking@vmware.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/vmw_vsock/vmci_transport.h')
-rw-r--r-- | net/vmw_vsock/vmci_transport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vmw_vsock/vmci_transport.h b/net/vmw_vsock/vmci_transport.h index fd88ea8924e4..ce6c9623d5f0 100644 --- a/net/vmw_vsock/vmci_transport.h +++ b/net/vmw_vsock/vmci_transport.h | |||
@@ -19,8 +19,8 @@ | |||
19 | #include <linux/vmw_vmci_defs.h> | 19 | #include <linux/vmw_vmci_defs.h> |
20 | #include <linux/vmw_vmci_api.h> | 20 | #include <linux/vmw_vmci_api.h> |
21 | 21 | ||
22 | #include "vsock_addr.h" | 22 | #include <net/vsock_addr.h> |
23 | #include "af_vsock.h" | 23 | #include <net/af_vsock.h> |
24 | 24 | ||
25 | /* If the packet format changes in a release then this should change too. */ | 25 | /* If the packet format changes in a release then this should change too. */ |
26 | #define VMCI_TRANSPORT_PACKET_VERSION 1 | 26 | #define VMCI_TRANSPORT_PACKET_VERSION 1 |