• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2017 Petr Vorel <pvorel@suse.cz>
4  */
5 
6 #ifndef LAPI_DCCP_H__
7 #define LAPI_DCCP_H__
8 
9 #ifdef HAVE_LINUX_DCCP_H
10 # include <linux/dccp.h>
11 #endif
12 
13 #ifndef DCCP_SOCKOPT_SERVICE
14 # define DCCP_SOCKOPT_SERVICE	2
15 #endif
16 
17 #endif	/* LAPI_DCCP_H__ */
18