Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/
H A Dcompiler.h471 # define __compiletime_error_fallback(condition) \ macro
475 #ifndef __compiletime_error_fallback
476 # define __compiletime_error_fallback(condition) do { } while (0) macro
486 __compiletime_error_fallback(__cond); \