summaryrefslogtreecommitdiffstats
path: root/firmware/export/s5l8700.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-07-18 11:31:19 +0000
committerDave Chapman <dave@dchapman.com>2009-07-18 11:31:19 +0000
commit386503502b2794021f5de431a32bad41dfe5c2d9 (patch)
tree19e3b216233cfc7c529633458f2aa80a157e81a9 /firmware/export/s5l8700.h
parentd58e3584772189715f54b4035cd13eac4270058e (diff)
downloadrockbox-386503502b2794021f5de431a32bad41dfe5c2d9.tar.gz
rockbox-386503502b2794021f5de431a32bad41dfe5c2d9.zip
Various Nano2g changes - enable the rest of crt0.S (including clock setup) and make the nano2g bootloader do something useful (displaying gpio ports). Also add checks for the fifo-full condition in the LCD driver - required after enabling all the crt0.S inits
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21948 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/s5l8700.h')
-rw-r--r--firmware/export/s5l8700.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h
index 353690398a..4360f14a2d 100644
--- a/firmware/export/s5l8700.h
+++ b/firmware/export/s5l8700.h
@@ -19,6 +19,8 @@
*
****************************************************************************/
+#include <inttypes.h>
+
#define REG8_PTR_T volatile uint8_t *
#define REG16_PTR_T volatile uint16_t *
#define REG32_PTR_T volatile uint32_t *