include/linux/irqchip/arm-vic.h

Source file repositories/reference/linux-study-clean/include/linux/irqchip/arm-vic.h

File Facts

System
Linux kernel
Corpus path
include/linux/irqchip/arm-vic.h
Extension
.h
Size
353 bytes
Lines
15
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef __ASM_ARM_HARDWARE_VIC_H
#define __ASM_ARM_HARDWARE_VIC_H

#include <linux/types.h>

void vic_init(void __iomem *base, unsigned int irq_start, u32 vic_sources, u32 resume_sources);

#endif

Annotation

Implementation Notes