Refactor all Zion decls into one header

This commit is contained in:
Drew Galbraith 2023-06-17 01:45:53 -07:00
parent 7dcbbd671e
commit 5e99dbf7d1
25 changed files with 111 additions and 97 deletions

View file

@ -3,7 +3,6 @@
#include "boot/boot_info.h"
#include "debug/debug.h"
#include "include/zcall.h"
#include "include/zinit.h"
#include "lib/ref_ptr.h"
#include "memory/paging_util.h"
#include "object/process.h"