summaryrefslogtreecommitdiff
path: root/firmware/export/cpu.h
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 16:52:22 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 16:52:22 +0000
commitd16a8b8845ed496e9375c5dfac6da2011c9eb362 (patch)
tree9adc8e92f61a58bdb02e9c59af8dfd7ddd3eff61 /firmware/export/cpu.h
parente8048cefed2715dcecb82ae49549ed619cf3104b (diff)
More iPod 3G changes from Seven Le Mesle, and some unification of the iPod code from me
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8581 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r--firmware/export/cpu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h
index 1ced9fce5e..d0b953ef6f 100644
--- a/firmware/export/cpu.h
+++ b/firmware/export/cpu.h
@@ -33,6 +33,9 @@
#if CONFIG_CPU == PP5020
#include "pp5020.h"
#endif
+#if CONFIG_CPU == PP5002
+#include "pp5002.h"
+#endif
#if CONFIG_CPU == PNX0101
#include "pnx0101.h"
#endif