From 0a4b247080dd132e847071adbc006ad9de2ca608 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Tue, 15 Oct 2002 12:25:57 +0000 Subject: The player firmware now autodetects the LCD type. No need for two player versions anymore git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2658 a1c6a512-1295-4272-9138-f99709370657 --- firmware/hwcompat.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'firmware/hwcompat.h') diff --git a/firmware/hwcompat.h b/firmware/hwcompat.h index d508218ac5..3a142fb713 100644 --- a/firmware/hwcompat.h +++ b/firmware/hwcompat.h @@ -19,6 +19,8 @@ #ifndef HWCOMPAT_H #define HWCOMPAT_H +#include + /* Bit mask values for HW compatibility */ #define ATA_ADDRESS_300 0x0100 #define USB_ACTIVE_HIGH 0x0100 @@ -27,4 +29,8 @@ int read_rom_version(void); int read_hw_mask(void); +#ifdef ARCHOS_PLAYER +bool has_new_lcd(void); +#endif + #endif -- cgit v1.2.3