Home
last modified time | relevance | path

Searched defs:DEBUG_FUNCTION (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Dne2000_base.h99 #define DEBUG_FUNCTION() do { printf("%s\n", __FUNCTION__); } while (0) macro
103 #define DEBUG_FUNCTION() do {} while(0) macro