aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
Diffstat (limited to 'vconsole.h')
-rw-r--r--vconsole.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vconsole.h b/vconsole.h
index 31f8596..8d52446 100644
--- a/vconsole.h
+++ b/vconsole.h
@@ -126,7 +126,7 @@ struct vconsole_domain {
void domain_untabify(struct vconsole_domain *dom);
-void domain_start(struct vconsole_domain *dom);
+void domain_start(struct vconsole_domain *dom, bool reset_nvram);
void domain_pause(struct vconsole_domain *dom);
void domain_save(struct vconsole_domain *dom);
void domain_reboot(struct vconsole_domain *dom);