From d4e53976d91eab4746d286b89a36bc05c767ede2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Mon, 22 Nov 2004 21:20:54 +0000 Subject: 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 --- firmware/export/hwcompat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'firmware/export') 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); 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 -- cgit v1.2.3