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