Newer
Older
minerva / Kernel / Arch / x86_64 / Shutdown.h
@minerva minerva on 13 Jul 194 bytes Initial commit
/*
 * 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();

}