1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (c) 2020 Facebook */
6 #include <linux/types.h>
8 struct bpf_testmod_test_read_ctx {
14 struct bpf_testmod_test_write_ctx {
20 struct bpf_testmod_test_writable_ctx {
25 #endif /* _BPF_TESTMOD_H */