mirror of
https://github.com/RGBCube/serenity
synced 2025-05-30 21:58:10 +00:00
14 lines
194 B
C++
14 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();
|
|
|
|
}
|