summaryrefslogtreecommitdiff
path: root/hurd/hurd_types.h
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2018-11-21 04:17:33 -0500
committerDamien Zammit <damien@zamaudio.com>2018-11-24 01:20:08 -0500
commit542aa718a06c5ea30ea7cf2f85e20f101de8fd41 (patch)
treee33f2f3fff20e225862cf3bc8fd1bfc8eb62040d /hurd/hurd_types.h
parent22758da0b147980c11dbd456f7a4e00404261212 (diff)
Add shutdown RPC && ACPI specific disappear routine
Diffstat (limited to 'hurd/hurd_types.h')
-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 a77a9e43..bc6b618b 100644
--- a/hurd/hurd_types.h
+++ b/hurd/hurd_types.h
@@ -52,6 +52,7 @@ typedef mach_port_t interrupt_t;
typedef mach_port_t proccoll_t;
typedef mach_port_t ctty_t;
typedef mach_port_t pci_t;
+typedef mach_port_t shutdown_t;
#include <errno.h> /* Defines `error_t'. */