aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-12-07 09:35:39 +0100
committerGerd Hoffmann <kraxel@redhat.com>2022-12-07 09:35:39 +0100
commitf7b51680b96ed01f681eeec9e487347b31682de0 (patch)
tree90b386ad07ef4d465666e80a363bf1dc81f72b3d /vconsole.h
parentd33191174efce46b7c4be190a93637dc314a5139 (diff)
downloadvconsole-master.tar.gz
add nvram reset optionHEADmaster
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);