tools/include/asm/export.h

Source file repositories/reference/linux-study-clean/tools/include/asm/export.h

File Facts

System
Linux kernel
Corpus path
tools/include/asm/export.h
Extension
.h
Size
145 bytes
Lines
8
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: exported/initcall integration point
Status
integration 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 _TOOLS_ASM_EXPORT_H
#define _TOOLS_ASM_EXPORT_H

#define EXPORT_SYMBOL(x)
#define EXPORT_SYMBOL_GPL(x)

#endif /* _TOOLS_ASM_EXPORT_H */

Annotation

Implementation Notes