summaryrefslogtreecommitdiffstats
path: root/sys/dev/hptrr/osm.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/hptrr/osm.h')
-rw-r--r--sys/dev/hptrr/osm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hptrr/osm.h b/sys/dev/hptrr/osm.h
index d0134ad..c33e0de 100644
--- a/sys/dev/hptrr/osm.h
+++ b/sys/dev/hptrr/osm.h
@@ -187,7 +187,7 @@ HPT_U8 os_get_vbus_seq(void *osext);
/* debug support */
int os_printk(char *fmt, ...);
-#ifdef DBG
+#if DBG
extern int hptrr_dbg_level;
#define KdPrint(x) do { if (hptrr_dbg_level) os_printk x; } while (0)
void __os_dbgbreak(const char *file, int line);
OpenPOWER on IntegriCloud