diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-06 13:49:48 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2004-10-06 13:49:48 +0000 |
| commit | 8b82407af7d9eb9a47173a4210f0c67c94df1caf (patch) | |
| tree | 385aa353e95a41d5212379b02c688e8fef899e46 | |
| parent | ad7be685e15ecb2353c38f595e093d1d612c98d1 (diff) | |
| download | rockbox-8b82407af7d9eb9a47173a4210f0c67c94df1caf.zip rockbox-8b82407af7d9eb9a47173a4210f0c67c94df1caf.tar.gz rockbox-8b82407af7d9eb9a47173a4210f0c67c94df1caf.tar.bz2 rockbox-8b82407af7d9eb9a47173a4210f0c67c94df1caf.tar.xz | |
sh7024.h -> cpu.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5189 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/export/system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/system.h b/firmware/export/system.h index 0c4a8f1..edbfee3 100644 --- a/firmware/export/system.h +++ b/firmware/export/system.h @@ -20,7 +20,7 @@ #ifndef __SYSTEM_H__ #define __SYSTEM_H__ -#include "sh7034.h" +#include "cpu.h" #include "config.h" extern void system_reboot (void); |