arch/sh/include/mach-sdk7786/mach/irq.h

Source file repositories/reference/linux-study-clean/arch/sh/include/mach-sdk7786/mach/irq.h

File Facts

System
Linux kernel
Corpus path
arch/sh/include/mach-sdk7786/mach/irq.h
Extension
.h
Size
209 bytes
Lines
9
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 __MACH_SDK7786_IRQ_H
#define __MACH_SDK7786_IRQ_H

/* arch/sh/boards/mach-sdk7786/irq.c */
extern void sdk7786_init_irq(void);

#endif /* __MACH_SDK7786_IRQ_H */

Annotation

Implementation Notes