1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 14:08:12 +00:00
serenity/Kernel/Arch/x86_64/BochsDebugOutput.h
2022-12-28 11:53:41 +01:00

13 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);
}