Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h43 #define DEBUGFUNC() printf("%s\n", __func__); macro
46 #define DEBUGFUNC() do { } while (0) macro