diff options
author | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-18 13:52:58 -0400 |
---|---|---|
committer | Jon Santmyer <jon@jonsantmyer.com> | 2025-09-18 13:52:58 -0400 |
commit | ddc4fbc15223e362896a9f42beca73f05f48e664 (patch) | |
tree | 30f8ffc989bc66d9d9e67c7321b3d7a9c46dc130 /arch/x86_64/memory/message.c | |
parent | cfc793e204ba63d281e778a36992b8c86dd0ad88 (diff) | |
download | jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.tar.gz jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.tar.bz2 jove-kernel-ddc4fbc15223e362896a9f42beca73f05f48e664.zip |
move usermode-critical info to include/api
Diffstat (limited to 'arch/x86_64/memory/message.c')
-rw-r--r-- | arch/x86_64/memory/message.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/x86_64/memory/message.c b/arch/x86_64/memory/message.c deleted file mode 100644 index d5bedb7..0000000 --- a/arch/x86_64/memory/message.c +++ /dev/null @@ -1,8 +0,0 @@ -#include <object.h> -#include <stddef.h> -#include <error.h> -#include <device/processor.h> -#include "arch/x86_64/page.h" -#include "arch/x86_64/page-mapping.h" -#include "print.h" - |