]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - inmates/lib/x86/printk.c
inmates: Refactor folder structure
[jailhouse.git] / inmates / lib / x86 / printk.c
similarity index 96%
rename from inmates/printk.c
rename to inmates/lib/x86/printk.c
index 0264725a1b2ed42e2dd1e151152b3c688f7eeebb..4358476124d4e997e6ff9172fecd32d2774e8028 100644 (file)
@@ -39,7 +39,7 @@ static void uart_write(const char *msg)
 }
 
 #define console_write(msg)     uart_write(msg)
-#include "../hypervisor/printk-core.c"
+#include "../../../hypervisor/printk-core.c"
 
 void printk(const char *fmt, ...)
 {