summaryrefslogtreecommitdiffstats
path: root/src/kernel/tests/include/lapi/sctp.h
blob: c4c1cc91fa0cac6e14eaea59c9097ceb3937403f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (c) 2018 Oracle and/or its affiliates.
 */

#ifndef LAPI_SCTP_H__
#define LAPI_SCTP_H__

#ifdef HAVE_NETINET_SCTP_H
# include <netinet/sctp.h>
#endif

#ifndef SCTP_SOCKOPT_BINDX_ADD
# define SCTP_SOCKOPT_BINDX_ADD	100
#endif

#endif	/* LAPI_SCTP_H__ */