Code cleanup

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5454 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2004-11-21 09:22:50 +00:00
parent 61753a893e
commit 14c72f277c
2 changed files with 5 additions and 4 deletions

View file

@ -33,8 +33,9 @@
int read_rom_version(void);
int read_hw_mask(void);
#ifdef HAVE_LCD_CHARCELLS
#ifdef ARCHOS_PLAYER
bool has_new_lcd(void);
bool has_ata_power_control(void) __attribute__ ((alias ("has_new_lcd")));
#endif
#endif