From 33421955afb21c5e89a85f0b8f19c3644b18c8ae Mon Sep 17 00:00:00 2001 From: Damien Zammit Date: Sat, 2 Mar 2019 15:27:29 -0800 Subject: ACPI tables translator Exposes x86 ACPI tables as a netfs on a mount point * acpi: New directory. * Makefile (prog-subdirs): Add acpi. * hurd/hurd_types.h (FSTYPE_ACPI): New macro. --- hurd/hurd_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hurd') diff --git a/hurd/hurd_types.h b/hurd/hurd_types.h index eb06029ba..a77a9e43b 100644 --- a/hurd/hurd_types.h +++ b/hurd/hurd_types.h @@ -360,6 +360,7 @@ typedef const int *const_procinfo_t; #define FSTYPE_MEMFS 0x00000019 /* In-core filesystem */ #define FSTYPE_ISO9660 0x0000001a /* ISO9660 */ #define FSTYPE_PCI 0x0000001b /* PCI filesystem */ +#define FSTYPE_ACPI 0x0000001c /* ACPI filesystem */ /* Standard port assignments for file_exec_paths and exec_* */ enum -- cgit v1.2.3