opnsense-src/sys/compat/linuxkpi/common/include
Jean-Sébastien Pédron 04c127d58d linuxkpi: Update struct irq_work
The previous `llnode` field is moved inside another field `node`.

This `node` field is a `struct __call_single_node` in Linux. Here, we
simply add an anonymous struct with the `llnode` field inside. That
field's new name is `llist` now.

V2: Use an anonymous union to keep the structure backward compatible
    with drivers using the previous `llnode` field. This was suggested
    by wufl@ and hselasky@. Thank you!

Reviewed by:	manu
Approved by:	manu
Differential Revision:	https://reviews.freebsd.org/D36955

(cherry picked from commit f021c5c4a1)
2023-01-24 10:08:01 +01:00
..
acpi linuxkpi: Include errno.h from acpi/video.h 2023-01-24 10:08:01 +01:00
asm linuxkpi: Define boot_cpu_data.x86_max_cores 2023-01-24 10:08:01 +01:00
asm-generic linuxkpi: Add io.h 2022-09-07 17:09:03 +02:00
linux linuxkpi: Update struct irq_work 2023-01-24 10:08:01 +01:00
net LinuxKPI: add (skeleton) functions to make drivers compile 2023-01-18 13:26:55 +00:00
video linuxkpi: Add video/mipi_display.h 2022-09-07 17:09:06 +02:00
stdarg.h LinuxKPI: Add stdarg.h proxy header 2022-01-22 22:34:36 +03:00