Home
last modified time | relevance | path

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

/external/vboot_reference/firmware/2lib/include/
D2common.h34 # define VB2_DEBUG(format, args...) printf(format, ## args) macro
36 # define VB2_DEBUG(format, args...) vb2ex_printf(__func__, format, ## args) macro
39 # define VB2_DEBUG(format, args...) macro