summaryrefslogtreecommitdiff
path: root/include/libk/container_of.h
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-05-27 13:53:52 -0500
committerDanny Holman <dholman@gymli.org>2024-05-27 13:53:52 -0500
commitaaf7355c5ededfcdc877c7f2989fb1ba02dfb848 (patch)
tree0c4588650fe1fc1fa1af2972353a2bc920cf1e68 /include/libk/container_of.h
parentkernel: sched: add a flag that is set on init (diff)
downloadbox-aaf7355c5ededfcdc877c7f2989fb1ba02dfb848.tar.gz
box-aaf7355c5ededfcdc877c7f2989fb1ba02dfb848.tar.zst
box-aaf7355c5ededfcdc877c7f2989fb1ba02dfb848.zip
libk: create a subset libc for kernel use
Create a subset of the C library for use inside the kernel. Signed-off-by: Danny Holman <dholman@gymli.org>
Diffstat (limited to '')
-rw-r--r--include/libk/container_of.h (renamed from include/kernel/container_of.h)4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/kernel/container_of.h b/include/libk/container_of.h
index 1b5b444..fdc400c 100644
--- a/include/kernel/container_of.h
+++ b/include/libk/container_of.h
@@ -1,5 +1,5 @@
-#ifndef KERNEL_CONTAINER_OF_H
-#define KERNEL_CONTAINER_OF_H
+#ifndef LIBK_CONTAINER_OF_H
+#define LIBK_CONTAINER_OF_H
#ifndef container_of
#define container_of(ptr, type, member) ({ \