tools/testing/selftests/bpf/autoconf_helper.h

Source file repositories/reference/linux-study-clean/tools/testing/selftests/bpf/autoconf_helper.h

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/bpf/autoconf_helper.h
Extension
.h
Size
244 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

// SPDX-License-Identifier: GPL-2.0-only

#ifdef HAVE_GENHDR
# include "autoconf.h"
#else
# if defined(__i386) || defined(__x86_64) || defined(__s390x__) || defined(__aarch64__)
#  define CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS 1
# endif
#endif

Annotation

Implementation Notes