1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 16:07:45 +00:00

Kernel: Adjust includes after file reorganization

This commit is contained in:
Tiaan Louw 2022-04-08 03:51:08 +02:00 committed by Linus Groh
parent 382eacc08e
commit 678555af97
14 changed files with 38 additions and 47 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <Kernel/Arch/aarch64/UART.h>
#include <Kernel/Arch/aarch64/RPi/UART.h>
#include <Kernel/Arch/aarch64/Utils.h>
void Prekernel::dbgln(char const* text)