summaryrefslogtreecommitdiffstats
path: root/kernel/tests/include/lapi/dccp.h
blob: a0f014850364f2b34a28024d1d4b40ac16ca3389 (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) 2017 Petr Vorel <pvorel@suse.cz>
 */

#ifndef LAPI_DCCP_H__
#define LAPI_DCCP_H__

#ifdef HAVE_LINUX_DCCP_H
# include <linux/dccp.h>
#endif

#ifndef DCCP_SOCKOPT_SERVICE
# define DCCP_SOCKOPT_SERVICE	2
#endif

#endif	/* LAPI_DCCP_H__ */