Searched defs:vchiq_static_assert (Results 1 – 2 of 2) sorted by relevance
177 #define vchiq_static_assert(cond) CTASSERT(cond) macro
82 #define vchiq_static_assert(cond) __attribute__((unused)) \ macro