summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2004-11-22 21:20:54 +0000
committerJens Arnold <amiconn@rockbox.org>2004-11-22 21:20:54 +0000
commitd4e53976d91eab4746d286b89a36bc05c767ede2 (patch)
tree845663e7670e9b9ec677e8aeede82c309d771a9b /firmware/export
parent011835dec37c49dab5f4e374f6d11ec326fbc67f (diff)
downloadrockbox-d4e53976d91eab4746d286b89a36bc05c767ede2.tar.gz
rockbox-d4e53976d91eab4746d286b89a36bc05c767ede2.zip
Renamed has_new_lcd() to is_new_player(), and got rid of the alias
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5459 a1c6a512-1295-4272-9138-f99709370657
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 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