diff options
author | Dave Chapman <dave@dchapman.com> | 2006-01-12 00:35:50 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2006-01-12 00:35:50 +0000 |
commit | d83e929f3fc369a5981e1e40e1c5307169a46cfc (patch) | |
tree | ac323ca5811374a030a1b65bb77fc7ccc163db04 /firmware/export/cpu.h | |
parent | 8d130684214d23a9163810d1dacc33d108f2338a (diff) |
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/cpu.h')
-rw-r--r-- | firmware/export/cpu.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index a65786c69f..1ced9fce5e 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -33,3 +33,6 @@ #if CONFIG_CPU == PP5020 #include "pp5020.h" #endif +#if CONFIG_CPU == PNX0101 +#include "pnx0101.h" +#endif |