Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <dumbbell@FreeBSD.org>2022-11-11 20:38:06 +0300
committerJean-Sébastien Pédron <dumbbell@FreeBSD.org>2022-11-11 20:38:06 +0300
commit1676c97d5de2f367526041cb8f76b1b68074ae34 (patch)
treed8c0c98e21065a813e2a146bf3ee840c60599072
parent1ad6b2b1daa8937b2e1ced43802adba5734ba92b (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
-rw-r--r--sys/compat/linuxkpi/common/include/acpi/actbl.h1
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>