Define RCSW_CONTAINER_OF
Defined in File common.h
Define Documentation
-
RCSW_CONTAINER_OF(ptr, type, member)
Mostly stolen from the linux kernel. VERY cool macro for getting a pointer to a struct given a pointer to a member within the struct.
Defined in File common.h
Mostly stolen from the linux kernel. VERY cool macro for getting a pointer to a struct given a pointer to a member within the struct.