arch/arm/mach-shmobile/rcar-gen2.h

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

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-shmobile/rcar-gen2.h
Extension
.h
Size
160 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_RCAR_GEN2_H__
#define __ASM_RCAR_GEN2_H__

void rcar_gen2_pm_init(void);

#endif /* __ASM_RCAR_GEN2_H__ */

Annotation

Implementation Notes