From 47ea030e2e68a51f91a2c2302b7ea4d3ee1a2a07 Mon Sep 17 00:00:00 2001 From: Rob Purchase Date: Mon, 14 Jan 2008 22:04:48 +0000 Subject: 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 --- firmware/export/cpu.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export/cpu.h') diff --git a/firmware/export/cpu.h b/firmware/export/cpu.h index 84229378ec..08a91a6d10 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 -- cgit v1.2.3