From f9dac40cf311ef130da190cc71de9148551c9cdc Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Tue, 31 Jan 2006 01:50:07 +0000 Subject: iPod: Fix the detection of lcd type for the iPod Photo - this should fix problems with that LCD. Affected users also need to install a new bootloader - available from the iPod Installation wiki page. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8499 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/system.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/system.h') diff --git a/firmware/export/system.h b/firmware/export/system.h index 0434425ffd..b5f4bbf2db 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -36,6 +36,8 @@ extern long cpu_frequency; #define outb(a,b) (*(volatile unsigned char *) (b) = (a)) #define inw(a) (*(volatile unsigned short *) (a)) #define outw(a,b) (*(volatile unsigned short *) (b) = (a)) +extern unsigned int ipod_hw_rev; + static inline void udelay(unsigned usecs) { unsigned start = inl(0x60005010); -- cgit