arch/sh/boards/board-edosk7760.c

Source file repositories/reference/linux-study-clean/arch/sh/boards/board-edosk7760.c

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/board-edosk7760.c
Extension
.c
Size
3942 bytes
Lines
179
Domain
Architecture Layer
Bucket
arch/sh
Inferred role
Architecture Layer: exported/initcall integration point
Status
integration 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

device_initcall(init_edosk7760_devices);

/*
 * The Machine Vector
 */
struct sh_machine_vector mv_edosk7760 __initmv = {
	.mv_name	= "EDOSK7760",
};

Annotation

Implementation Notes