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>
This commit is contained in:

committed by
David S. Miller

parent
a648ab58f2
commit
82a54d0ebb
@@ -17,8 +17,7 @@
|
||||
#include <linux/socket.h>
|
||||
#include <linux/stddef.h>
|
||||
#include <net/sock.h>
|
||||
|
||||
#include "vsock_addr.h"
|
||||
#include <net/vsock_addr.h>
|
||||
|
||||
void vsock_addr_init(struct sockaddr_vm *addr, u32 cid, u32 port)
|
||||
{
|
||||
|
Reference in New Issue
Block a user