summaryrefslogtreecommitdiff
path: root/hurd
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2019-03-02 15:27:29 -0800
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2019-03-02 15:30:17 -0800
commit33421955afb21c5e89a85f0b8f19c3644b18c8ae (patch)
tree9febbf0b240727855bdfce3f1c2bc7ec3e19f506 /hurd
parent162db89eff70660963f416e862f62fa35d718593 (diff)
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.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/hurd_types.h1
1 files changed, 1 insertions, 0 deletions
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