summaryrefslogtreecommitdiff
path: root/include/kernel/container_of.h
AgeCommit message (Collapse)Author
2024-02-16include: kernel: add the container_of.h fileDanny Holman
Add the container_of.h file that defines the container_of macro. This macro allows the kernel to get the parent struct of a pointer with an offset. Signed-off-by: Danny Holman <dholman@gymli.org>