Home
last modified time | relevance | path

Searched refs:__module (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/wrs_omxil_core/utils/src/
Dmodule.c33 #define for_each_module(__module, __head) \ argument
34 for ((__module) = (__head); (__module) != NULL; \
35 (__module) = (__module)->next)