vm_sockets.h 287 Bytes
/* 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>

int vm_sockets_get_local_cid(void);

#endif /* _VM_SOCKETS_H */