1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:47:44 +00:00

Userland: Use IO helpers from LibBareMetal

This commit is contained in:
Liav A 2020-02-09 19:35:40 +02:00 committed by Andreas Kling
parent e559af2008
commit 88cf46dc98

View file

@ -26,7 +26,7 @@
#include <AK/Function.h>
#include <AK/String.h>
#include <Kernel/IO.h>
#include <LibBareMetal/IO.h>
#include <Kernel/Syscall.h>
#include <stdio.h>
#include <stdlib.h>