aboutsummaryrefslogtreecommitdiffstats
path: root/samples/bpf/xdpsock.h
diff options
context:
space:
mode:
Diffstat (limited to 'samples/bpf/xdpsock.h')
-rw-r--r--samples/bpf/xdpsock.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/bpf/xdpsock.h b/samples/bpf/xdpsock.h
new file mode 100644
index 000000000000..b7eca15c78cc
--- /dev/null
+++ b/samples/bpf/xdpsock.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright(c) 2019 Intel Corporation.
+ */
+
+#ifndef XDPSOCK_H_
+#define XDPSOCK_H_
+
+#define MAX_SOCKS 4
+
+#endif /* XDPSOCK_H */