diff --git a/system/hardware/pc/hardware.py b/system/hardware/pc/hardware.py index 719e272aea1639..704d65aa1e593a 100644 --- a/system/hardware/pc/hardware.py +++ b/system/hardware/pc/hardware.py @@ -19,6 +19,9 @@ def get_sound_card_online(self): def reboot(self, reason=None): print("REBOOT!") + + def soft_reboot(self): + print("SOFT REBOOT!") def uninstall(self): print("uninstall")