diff options
Diffstat (limited to 'vendor/github.com/cilium/ebpf/internal/btf/doc.go')
-rw-r--r-- | vendor/github.com/cilium/ebpf/internal/btf/doc.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/cilium/ebpf/internal/btf/doc.go b/vendor/github.com/cilium/ebpf/internal/btf/doc.go new file mode 100644 index 000000000..ad2576cb2 --- /dev/null +++ b/vendor/github.com/cilium/ebpf/internal/btf/doc.go @@ -0,0 +1,8 @@ +// Package btf handles data encoded according to the BPF Type Format. +// +// The canonical documentation lives in the Linux kernel repository and is +// available at https://www.kernel.org/doc/html/latest/bpf/btf.html +// +// The API is very much unstable. You should only use this via the main +// ebpf library. +package btf |