linuxkpi: Define IRQ_NOTCONNECTED

Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D38539
This commit is contained in:
Jean-Sébastien Pédron 2023-02-10 11:26:17 +01:00
parent b82bcfb66f
commit 210e756d4b
No known key found for this signature in database
GPG Key ID: 39E99761A5FD94CC

View File

@ -47,6 +47,8 @@ typedef irqreturn_t (*irq_handler_t)(int, void *);
#define IRQ_DISABLE_UNLAZY 0
#define IRQ_NOTCONNECTED (1U << 31)
int lkpi_request_irq(struct device *, unsigned int, irq_handler_t,
irq_handler_t, unsigned long, const char *, void *);
int lkpi_enable_irq(unsigned int);