arch/arm/mach-imx/irq-common.h

Source file repositories/reference/linux-study-clean/arch/arm/mach-imx/irq-common.h

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-imx/irq-common.h
Extension
.h
Size
305 bytes
Lines
18
Domain
Architecture Layer
Bucket
arch/arm
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 __PLAT_MXC_IRQ_COMMON_H__
#define __PLAT_MXC_IRQ_COMMON_H__

/* all normal IRQs can be FIQs */
#define FIQ_START	0

struct mxc_extra_irq
{
	int (*set_irq_fiq)(unsigned int irq, unsigned int type);
};

#endif

Annotation

Implementation Notes