mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:08:12 +00:00
13 lines
178 B
C++
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);
|
|
|
|
}
|