include/linux/irqchip/irq-renesas-rzv2h.h

Source file repositories/reference/linux-study-clean/include/linux/irqchip/irq-renesas-rzv2h.h

File Facts

System
Linux kernel
Corpus path
include/linux/irqchip/irq-renesas-rzv2h.h
Extension
.h
Size
643 bytes
Lines
24
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 __LINUX_IRQ_RENESAS_RZV2H
#define __LINUX_IRQ_RENESAS_RZV2H

#include <linux/platform_device.h>

#define RZV2H_ICU_DMAC_REQ_NO_DEFAULT		0x3ff

#ifdef CONFIG_RENESAS_RZV2H_ICU
void rzv2h_icu_register_dma_req(struct platform_device *icu_dev, u8 dmac_index, u8 dmac_channel,
				u16 req_no);
#else
static inline void rzv2h_icu_register_dma_req(struct platform_device *icu_dev, u8 dmac_index,
					      u8 dmac_channel, u16 req_no) { }
#endif

#endif /* __LINUX_IRQ_RENESAS_RZV2H */

Annotation

Implementation Notes