arch/powerpc/include/uapi/asm/swab.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/uapi/asm/swab.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/uapi/asm/swab.h
Extension
.h
Size
602 bytes
Lines
25
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _UAPI_ASM_POWERPC_SWAB_H
#define _UAPI_ASM_POWERPC_SWAB_H


#include <linux/types.h>
#include <linux/compiler.h>

#ifdef __GNUC__

#ifndef __powerpc64__
#define __SWAB_64_THRU_32__
#endif /* __powerpc64__ */


#endif /* __GNUC__ */

#endif /* _UAPI_ASM_POWERPC_SWAB_H */

Annotation

Implementation Notes