summaryrefslogtreecommitdiff
path: root/firmware/export/hwcompat.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/hwcompat.h')
-rw-r--r--firmware/export/hwcompat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/firmware/export/hwcompat.h b/firmware/export/hwcompat.h
index 01e26df6e0..f33bb9cc6e 100644
--- a/firmware/export/hwcompat.h
+++ b/firmware/export/hwcompat.h
@@ -33,8 +33,9 @@
33int read_rom_version(void); 33int read_rom_version(void);
34int read_hw_mask(void); 34int read_hw_mask(void);
35 35
36#ifdef HAVE_LCD_CHARCELLS 36#ifdef ARCHOS_PLAYER
37bool has_new_lcd(void); 37bool has_new_lcd(void);
38bool has_ata_power_control(void) __attribute__ ((alias ("has_new_lcd")));
38#endif 39#endif
39 40
40#endif 41#endif