/
usr
/
src
/
linux-headers-5.4.0-1103-aws
/
include
/
linux
/
Upload File
HOME
/* 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 */