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

14 lines
178 B
C++

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