diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-12-07 09:35:39 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-12-07 09:35:39 +0100 |
commit | f7b51680b96ed01f681eeec9e487347b31682de0 (patch) | |
tree | 90b386ad07ef4d465666e80a363bf1dc81f72b3d /vconsole.h | |
parent | d33191174efce46b7c4be190a93637dc314a5139 (diff) | |
download | vconsole-master.tar.gz |
Diffstat (limited to 'vconsole.h')
-rw-r--r-- | vconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |