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

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

File Facts

System
Linux kernel
Corpus path
arch/sh/include/mach-common/mach/shmin.h
Extension
.h
Size
192 bytes
Lines
11
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

#ifndef __ASM_SH_SHMIN_H
#define __ASM_SH_SHMIN_H

#define SHMIN_IO_BASE 0xb0000000UL

#define SHMIN_NE_IRQ IRQ2_IRQ
#define SHMIN_NE_BASE 0x300

#endif

Annotation

Implementation Notes