diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2004-11-22 21:20:54 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2004-11-22 21:20:54 +0000 |
| commit | d4e53976d91eab4746d286b89a36bc05c767ede2 (patch) | |
| tree | 845663e7670e9b9ec677e8aeede82c309d771a9b /firmware/export | |
| parent | 011835dec37c49dab5f4e374f6d11ec326fbc67f (diff) | |
| download | rockbox-d4e53976d91eab4746d286b89a36bc05c767ede2.zip rockbox-d4e53976d91eab4746d286b89a36bc05c767ede2.tar.gz rockbox-d4e53976d91eab4746d286b89a36bc05c767ede2.tar.bz2 rockbox-d4e53976d91eab4746d286b89a36bc05c767ede2.tar.xz | |
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.h | 3 |
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 |