tools/include/linux/export.h

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

File Facts

System
Linux kernel
Corpus path
tools/include/linux/export.h
Extension
.h
Size
129 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_LINUX_EXPORT_H_
#define _TOOLS_LINUX_EXPORT_H_

#define EXPORT_SYMBOL(sym)
#define EXPORT_SYMBOL_GPL(sym)

#endif

Annotation

Implementation Notes