tools/lib/bpf/libbpf_version.h

Source file repositories/reference/linux-study-clean/tools/lib/bpf/libbpf_version.h

File Facts

System
Linux kernel
Corpus path
tools/lib/bpf/libbpf_version.h
Extension
.h
Size
242 bytes
Lines
10
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: implementation source
Status
source implementation candidate

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __LIBBPF_VERSION_H
#define __LIBBPF_VERSION_H

#define LIBBPF_MAJOR_VERSION 1
#define LIBBPF_MINOR_VERSION 8

#endif /* __LIBBPF_VERSION_H */

Annotation

Implementation Notes