sys: driver.h: fsp_dp

This commit is contained in:
Bill Zissimopoulos 2016-02-05 21:06:49 -08:00
parent 66f54294a2
commit 018c387945

View File

@ -35,6 +35,13 @@
#define FSP_ALLOC_EXTERNAL_TAG 'XpsF'
#define FSP_IO_INCREMENT IO_NETWORK_INCREMENT
/* DbgPrint */
#if DBG
extern __declspec(selectany) int fsp_dp = 1;
#define DbgPrint(...) ((void)(fsp_dp ? DbgPrint(__VA_ARGS__) : 0))
#else
#endif
/* DEBUGLOG */
#if DBG
#define DEBUGLOG(fmt, ...) \