summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export')
-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 f33bb9c..03fb161 100644
--- a/firmware/export/hwcompat.h
+++ b/firmware/export/hwcompat.h
@@ -34,8 +34,7 @@ int read_rom_version(void);
int read_hw_mask(void);
#ifdef ARCHOS_PLAYER
-bool has_new_lcd(void);
-bool has_ata_power_control(void) __attribute__ ((alias ("has_new_lcd")));
+bool is_new_player(void);
#endif
#endif