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

}