diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2022-11-11 17:38:06 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2023-01-24 09:08:00 +0000 |
commit | ff18d610f3eccd76182b259925e89be7244cfa47 (patch) | |
tree | 749d6e284cf5a4fae2497e03b87785f9cfdeaebc | |
parent | e1534bafdab9c09f82b4a2bc429e5bf81fac75fb (diff) |
linuxkpi: Add <acpi/actbl.h>
It simply includes the same header in FreeBSD (which is located
elsewhere).
Reviewed by: manu
Approved by: manu
Differential Revision: https://reviews.freebsd.org/D36960
(cherry picked from commit 1676c97d5de2f367526041cb8f76b1b68074ae34)
-rw-r--r-- | sys/compat/linuxkpi/common/include/acpi/actbl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/linuxkpi/common/include/acpi/actbl.h b/sys/compat/linuxkpi/common/include/acpi/actbl.h new file mode 100644 index 000000000000..dbb7db41bb66 --- /dev/null +++ b/sys/compat/linuxkpi/common/include/acpi/actbl.h @@ -0,0 +1 @@ +#include <contrib/dev/acpica/include/actbl.h> |