diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-04 14:19:54 -0500 |
commit | 1b09896afcf562d199d4df8d671601bba2b1f081 (patch) | |
tree | b4ee4ae8e6e1ff5c5b27fe97509752b17fae330b /include/sys/physalloc.h | |
parent | fix acpi on uefi, kprint fixes (diff) | |
download | corn-main.tar.gz corn-main.tar.bz2 corn-main.zip |
Diffstat (limited to '')
-rw-r--r-- | include/sys/physalloc.h (renamed from include/memory/physalloc.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memory/physalloc.h b/include/sys/physalloc.h index e95e418..6837972 100644 --- a/include/memory/physalloc.h +++ b/include/sys/physalloc.h @@ -1,7 +1,7 @@ #pragma once #ifndef MEMORY_INTERNAL - #error "Do not include headers from <memory/___.h>, only use <memory.h>" + #error "Do not include headers from <sys/physalloc.h>, only use <memory.h>" #endif /** |