1 2 3 4 5 6 7 8 9 10 11 12 13
/* SPDX-License-Identifier: GPL-2.0-only */ /* * VMware vSockets Driver * * Copyright (C) 2007-2013 VMware, Inc. All rights reserved. */ #ifndef _VM_SOCKETS_H #define _VM_SOCKETS_H #include <uapi/linux/vm_sockets.h> #endif /* _VM_SOCKETS_H */