diff options
| author | Rob Purchase <shotofadds@rockbox.org> | 2008-01-14 22:04:48 +0000 |
|---|---|---|
| committer | Rob Purchase <shotofadds@rockbox.org> | 2008-01-14 22:04:48 +0000 |
| commit | 47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07 (patch) | |
| tree | 0a48ce653e22ec9a2673474f718217d9659e0c6b /firmware/export/cpu.h | |
| parent | b30ca8ca5ab6c8ea27b8fe1f5fb38ebad09b7e62 (diff) | |
| download | rockbox-47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07.zip rockbox-47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07.tar.gz rockbox-47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07.tar.bz2 rockbox-47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07.tar.xz | |
Initial Cowon D2 commit:
* bootloader test program (basic LCD & button drivers, reads touchscreen)
* work-in-progress stubs for main build
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16090 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 8422937..08a91a6 100644 --- a/firmware/export/cpu.h +++ b/firmware/export/cpu.h @@ -51,3 +51,6 @@ #ifdef CPU_TCC77X #include "tcc77x.h" #endif +#ifdef CPU_TCC780X +#include "tcc780x.h" +#endif |