arch/sh/boards/board-edosk7705.c

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

File Facts

System
Linux kernel
Corpus path
arch/sh/boards/board-edosk7705.c
Extension
.c
Size
1706 bytes
Lines
80
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_edosk7705_devices);

/*
 * The Machine Vector
 */
static struct sh_machine_vector mv_edosk7705 __initmv = {
	.mv_name		= "EDOSK7705",
	.mv_init_irq		= sh_edosk7705_init_irq,
};

Annotation

Implementation Notes