All pastes #2130789 Raw Edit

Untitled

public text v1 · immutable
#2130789 ·published 2012-03-20 17:34 UTC
rendered paste body
//#define DEBUG_PCI
#ifdef DEBUG_PCI
# define PCI_DPRINTF(format, ...)       printf(format, ## __VA_ARGS__)
#else
# define PCI_DPRINTF(format, ...)       do { } while (0)
#endif