mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
required by recent drm-kmod to be succesfully compiled. Sponsored by: Serenity Cyber Security, LLC Reviewed by: manu, bz Obtained from: OpenBSD (partially) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D42798 (cherry picked from commit 1bce29bcf121c1e16205fabb100f798d88f757c1)
10 lines
180 B
C
10 lines
180 B
C
/* Public domain. */
|
|
|
|
#ifndef _LINUXKPI_LINUX_IRQDOMAIN_H
|
|
#define _LINUXKPI_LINUX_IRQDOMAIN_H
|
|
|
|
#include <linux/mutex.h>
|
|
#include <linux/of.h>
|
|
#include <linux/radix-tree.h>
|
|
|
|
#endif
|