aboutsummaryrefslogtreecommitdiff
path: root/include/linux/vm_sockets.h
AgeCommit message (Collapse)AuthorFilesLines
2013-03-08VSOCK: Split vm_sockets.h into kernel/uapiAndy King1-0/+23
Split the vSockets header into kernel and UAPI parts. The former gets the bits that used to be in __KERNEL__ guards, while the latter gets everything that is user-visible. Tested by compiling vsock (+transport) and a simple user-mode vSockets application. Reported-by: David Howells <[email protected]> Acked-by: Dmitry Torokhov <[email protected]> Signed-off-by: Andy King <[email protected]> Acked-by: David Howells <[email protected]> Signed-off-by: David S. Miller <[email protected]>