#ifndef INCLUDE_UTILS_H #define INCLUDE_UTILS_H #include #define containerof(ptr, type, member) ((void*)(ptr) - offsetof(type, member)) #endif