xref: /third_party/ltp/include/lapi/vm_sockets.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/ltp/include/lapi/
1f08c3bdfSopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later
2f08c3bdfSopenharmony_ci/*
3f08c3bdfSopenharmony_ci * Copyright (C) 2021 SUSE LLC <rpalethorpe@suse.com>
4f08c3bdfSopenharmony_ci */
5f08c3bdfSopenharmony_ci
6f08c3bdfSopenharmony_ci#ifndef LAPI_VM_SOCKETS_H__
7f08c3bdfSopenharmony_ci#define LAPI_VM_SOCKETS_H__
8f08c3bdfSopenharmony_ci
9f08c3bdfSopenharmony_ci#include <sys/socket.h>
10f08c3bdfSopenharmony_ci
11f08c3bdfSopenharmony_ci#if HAVE_LINUX_VM_SOCKETS_H
12f08c3bdfSopenharmony_ci#  include <linux/vm_sockets.h>
13f08c3bdfSopenharmony_ci#endif
14f08c3bdfSopenharmony_ci
15f08c3bdfSopenharmony_ci#ifndef VMADDR_CID_LOCAL
16f08c3bdfSopenharmony_ci#  define VMADDR_CID_LOCAL 1
17f08c3bdfSopenharmony_ci#endif
18f08c3bdfSopenharmony_ci
19f08c3bdfSopenharmony_ci#endif /* LAPI_VM_SOCKETS_H__ */
20

Indexes created Thu Nov 07 10:32:03 CST 2024