feat: moved libk stuff to libk folder

This commit is contained in:
2021-02-27 14:11:28 +01:00
parent 9fdc89a3a6
commit 934deb7984
19 changed files with 19 additions and 19 deletions

View File

@@ -3,7 +3,7 @@
//
#include <libc/libc.h>
#include <libk.h>
#include <libk/libk.h>
#include <libc/kprintf.h>
#include <mem/malloc.h>
#include "blockdev.h"