x86_64: move non-ML headers to include/arch/

This commit is contained in:
2023-02-05 09:45:17 +00:00
parent 17b90a484a
commit 1abc7a4f6c
11 changed files with 288 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
#include <socks/libc/string.h>
#include <socks/libc/ctype.h>
#include <socks/machine/ports.h>
#include <arch/ports.h>
#include <socks/console.h>
#include <socks/printk.h>
#include <stdint.h>