repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
tools
/
testing
/
selftests
/
bpf
/
bpf_testmod
/
bpf_testmod.h
blob
b81adfedb4f6cdd72f8f45ccd4942c3a21075db9
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/* Copyright (c) 2020 Facebook */
3
#ifndef _BPF_TESTMOD_H
4
#define _BPF_TESTMOD_H
5
6
#include <linux/types.h>
7
8
struct
bpf_testmod_test_read_ctx
{
9
char
*
buf
;
10
loff_t off
;
11
size_t
len
;
12
};
13
14
#endif
/* _BPF_TESTMOD_H */