summaryrefslogtreecommitdiffstats
path: root/firmware/hwcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/hwcompat.h')
-rw-r--r--firmware/hwcompat.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/hwcompat.h b/firmware/hwcompat.h
index d508218ac5..3a142fb713 100644
--- a/firmware/hwcompat.h
+++ b/firmware/hwcompat.h
@@ -19,6 +19,8 @@
#ifndef HWCOMPAT_H
#define HWCOMPAT_H
+#include <stdbool.h>
+
/* Bit mask values for HW compatibility */
#define ATA_ADDRESS_300 0x0100
#define USB_ACTIVE_HIGH 0x0100
@@ -27,4 +29,8 @@
int read_rom_version(void);
int read_hw_mask(void);
+#ifdef ARCHOS_PLAYER
+bool has_new_lcd(void);
+#endif
+
#endif