aboutsummaryrefslogtreecommitdiff
path: root/acpi/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'acpi/options.h')
-rw-r--r--acpi/options.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/acpi/options.h b/acpi/options.h
index 36ccc48b..53c98ab1 100644
--- a/acpi/options.h
+++ b/acpi/options.h
@@ -36,6 +36,11 @@ struct parse_hook
{
struct acpifs_perm perm;
size_t ncache_len;
+
+ /* Mach ports */
+ mach_port_t next_task;
+ mach_port_t host_priv_port;
+ mach_port_t dev_master_port;
};
/* ACPI translator options. Used for both startup and runtime. */
@@ -43,6 +48,9 @@ static const struct argp_option options[] = {
{0, 0, 0, 0, "These apply to the whole acpi tree:", 1},
{"uid", 'U', "UID", 0, "User ID to give permissions to"},
{"gid", 'G', "GID", 0, "Group ID to give permissions to"},
+ {"next-task", 'N', "TASK", 0, "Next bootstrap task"},
+ {"host-priv-port", 'H', "PORT", 0, "Port for bootstrapping host"},
+ {"device-master-port", 'P', "PORT", 0, "Port for bootstrapping device master"},
{0}
};