summaryrefslogtreecommitdiff
path: root/tools/intel_l3_parity.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/intel_l3_parity.h')
-rw-r--r--tools/intel_l3_parity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/intel_l3_parity.h b/tools/intel_l3_parity.h
index 65697c4f..759c4f4b 100644
--- a/tools/intel_l3_parity.h
+++ b/tools/intel_l3_parity.h
@@ -18,7 +18,7 @@ struct l3_location {
uint8_t subbank;
};
-#if HAVE_UDEV
+#ifdef HAVE_UDEV
int l3_uevent_setup(struct l3_parity *par);
/* Listens (blocks) for an l3 parity event. Returns the location of the error. */
int l3_listen(struct l3_parity *par, bool daemon, struct l3_location *loc);