Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-02-16 | include: kernel: add the container_of.h file | Danny 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> |