dccp.h 302 字节
Newer Older
M
m00302376 已提交
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__ */