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
Notes: sideshowbarker 2024-07-19 09:30:28 +09:00

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>