arch/sh/include/mach-common/mach/romimage.h

Source file repositories/reference/linux-study-clean/arch/sh/include/mach-common/mach/romimage.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/mach-common/mach/romimage.h
Extension
.h
Size
203 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/sh
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

#ifdef __ASSEMBLER__

/* do nothing here by default */

#else /* __ASSEMBLER__ */

static inline void mmcif_update_progress(int nr)
{
}

#endif /* __ASSEMBLER__ */

Annotation

Implementation Notes