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, 1 insertions, 2 deletions
diff --git a/firmware/export/hwcompat.h b/firmware/export/hwcompat.h
index f33bb9cc6e..03fb161ce4 100644
--- a/firmware/export/hwcompat.h
+++ b/firmware/export/hwcompat.h
@@ -34,8 +34,7 @@ int read_rom_version(void);
34int read_hw_mask(void); 34int read_hw_mask(void);
35 35
36#ifdef ARCHOS_PLAYER 36#ifdef ARCHOS_PLAYER
37bool has_new_lcd(void); 37bool is_new_player(void);
38bool has_ata_power_control(void) __attribute__ ((alias ("has_new_lcd")));
39#endif 38#endif
40 39
41#endif 40#endif