arch/microblaze/include/asm/irq.h

Source file repositories/reference/linux-study-clean/arch/microblaze/include/asm/irq.h

File Facts

System
Linux kernel
Corpus path
arch/microblaze/include/asm/irq.h
Extension
.h
Size
274 bytes
Lines
15
Domain
Architecture Layer
Bucket
arch/microblaze
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_MICROBLAZE_IRQ_H
#define _ASM_MICROBLAZE_IRQ_H

#include <asm-generic/irq.h>

struct pt_regs;
extern void do_IRQ(struct pt_regs *regs);

#endif /* _ASM_MICROBLAZE_IRQ_H */

Annotation

Implementation Notes