tools/include/asm/io.h

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

File Facts

System
Linux kernel
Corpus path
tools/include/asm/io.h
Extension
.h
Size
247 bytes
Lines
12
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 _TOOLS_ASM_IO_H
#define _TOOLS_ASM_IO_H

#if defined(__i386__) || defined(__x86_64__)
#include "../../arch/x86/include/asm/io.h"
#else
#include <asm-generic/io.h>
#endif

#endif /* _TOOLS_ASM_IO_H */

Annotation

Implementation Notes