summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/paging.h
diff options
context:
space:
mode:
authordzwdz2022-07-26 18:16:10 +0200
committerdzwdz2022-07-26 18:16:10 +0200
commit18667c48b0cf6497b50c00f00f474d79a68f59ce (patch)
tree83029f59242d6b5f5d486284e6542a31f0cda415 /src/kernel/arch/amd64/paging.h
parent13519597d98c9271b7856242d5625896d18803c5 (diff)
shared: move some headers from shared/ to camellia/
Diffstat (limited to 'src/kernel/arch/amd64/paging.h')
-rw-r--r--src/kernel/arch/amd64/paging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kernel/arch/amd64/paging.h b/src/kernel/arch/amd64/paging.h
index a676bb8..f8de339 100644
--- a/src/kernel/arch/amd64/paging.h
+++ b/src/kernel/arch/amd64/paging.h
@@ -1,5 +1,5 @@
#pragma once
-#include <shared/types.h>
+#include <camellia/types.h>
/* <heat> nitpick: I highly recommend you dont use bitfields for paging
* structures