arch/arm/mach-shmobile/sh73a0.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-shmobile/sh73a0.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-shmobile/sh73a0.h
Extension
.h
Size
172 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/arm
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 __ASM_SH73A0_H__
#define __ASM_SH73A0_H__

extern const struct smp_operations sh73a0_smp_ops;

#endif /* __ASM_SH73A0_H__ */

Annotation

Implementation Notes