aboutsummaryrefslogtreecommitdiff
path: root/includes/devices.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/devices.h')
-rw-r--r--includes/devices.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/devices.h b/includes/devices.h
index 3af92f60..f88e5325 100644
--- a/includes/devices.h
+++ b/includes/devices.h
@@ -64,7 +64,7 @@ void scan_sensors_do(void);
void sensors_init(void);
void sensors_shutdown(void);
-#ifdef ARCH_x86
+#if defined(ARCH_x86) || defined(ARCH_x86_64)
/* SPD */
void scan_spd_do(void);
#endif /* ARCH_x86 */
@@ -88,9 +88,9 @@ extern GHashTable *sensor_compute;
extern GHashTable *sensor_labels;
extern GModule *cups;
-#ifdef ARCH_x86
+#if defined(ARCH_x86) || defined(ARCH_x86_64)
extern gchar *dmi_info;
extern gchar *spd_info;
#endif
-#endif /* __DEVICES_H__ */ \ No newline at end of file
+#endif /* __DEVICES_H__ */