summaryrefslogtreecommitdiff
path: root/Kernel/Arch/DebugOutput.h
blob: 6f774463438829f58f2cec22cac0a58a1d847bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) 2022, Liav A. <liavalb@hotmail.co.il>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

namespace Kernel {

void debug_output(char ch);

}