aboutsummaryrefslogtreecommitdiff
path: root/acpi/func_files.h
Commit message (Collapse)AuthorAgeFilesLines
* acpi: Link translator to libacpica and provide RPCsDamien Zammit2022-09-121-1/+1
| | | | | | | | | Provides two new acpi RPCs to sleep the machine and to get the irq of any pci device. ACPI mode is enabled by default when the translator is started. NB: Merging this commit means libacpica is a build dep. Message-Id: <20220912103837.556815-2-damien@zamaudio.com>
* ACPI tables translatorDamien Zammit2019-03-021-0/+39
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.