serenity/Kernel/Arch/x86_64/Shutdown.h
2022-12-28 11:53:41 +01:00

15 lines
194 B
C++

/*
* Copyright (c) 2022, Liav A. <liavalb@hotmail.co.il>
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
namespace Kernel {
void qemu_shutdown();
void virtualbox_shutdown();
}