drm/xe: Don't grab runtime PM ref in engine create IOCTL
[linux-block.git] / kernel / bpf / bpf_struct_ops_types.h
CommitLineData
27ae7997
MKL
1/* SPDX-License-Identifier: GPL-2.0 */
2/* internal file - do not include directly */
3
0baf26b0 4#ifdef CONFIG_BPF_JIT
c196906d
HT
5#ifdef CONFIG_NET
6BPF_STRUCT_OPS_TYPE(bpf_dummy_ops)
7#endif
0baf26b0
MKL
8#ifdef CONFIG_INET
9#include <net/tcp.h>
10BPF_STRUCT_OPS_TYPE(tcp_congestion_ops)
11#endif
12#endif