git: ff18d610f3ec - stable/13 - linuxkpi: Add <acpi/actbl.h>
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 24 Jan 2023 08:53:58 UTC
The branch stable/13 has been updated by manu: URL: https://cgit.FreeBSD.org/src/commit/?id=ff18d610f3eccd76182b259925e89be7244cfa47 commit ff18d610f3eccd76182b259925e89be7244cfa47 Author: Jean-Sébastien Pédron <dumbbell@FreeBSD.org> AuthorDate: 2022-11-11 17:38:06 +0000 Commit: Emmanuel Vadot <manu@FreeBSD.org> CommitDate: 2023-01-24 09:08:00 +0000 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) --- sys/compat/linuxkpi/common/include/acpi/actbl.h | 1 + 1 file changed, 1 insertion(+) 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>