arch/sh/include/mach-se/mach/se7206.h

Source file repositories/reference/linux-study-clean/arch/sh/include/mach-se/mach/se7206.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/mach-se/mach/se7206.h
Extension
.h
Size
293 bytes
Lines
15
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_SE7206_H
#define __ASM_SH_SE7206_H

#define PA_SMSC		0x30000000
#define PA_MRSHPC	0x34000000
#define PA_LED		0x31400000

void init_se7206_IRQ(void);

#define __IO_PREFIX	se7206
#include <asm/io_generic.h>

#endif /* __ASM_SH_SE7206_H */

Annotation

Implementation Notes