diff options
author | wdenk <wdenk> | 2004-01-03 00:43:19 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-01-03 00:43:19 +0000 |
commit | 3a473b2a6523db9cdf2b5aed22d9730b4ebc5693 (patch) | |
tree | 40da84736871e773141ea971d832bf0c908d59b7 /include/74xx_7xx.h | |
parent | b6e4c4033c4f889c452c511d38c77808c67f9cf7 (diff) |
* Patch by Ronen Shitrit, 10 Dec 2003:
Add support for the Marvell DB64360 / DB64460 development boards
* Patch by Detlev Zundel, 10 Dec 2003:
fix dependency problem in examples/Makefile
Diffstat (limited to 'include/74xx_7xx.h')
-rw-r--r-- | include/74xx_7xx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/74xx_7xx.h b/include/74xx_7xx.h index 03cbeffa1ba..a6287982a60 100644 --- a/include/74xx_7xx.h +++ b/include/74xx_7xx.h @@ -108,10 +108,10 @@ typedef enum __cpu_t { CPU_740, CPU_750, CPU_740P, CPU_750P, CPU_745, CPU_755, - CPU_750CX, CPU_750FX, + CPU_750CX, CPU_750FX, CPU_750GX, CPU_7400, CPU_7410, - CPU_7450, + CPU_7450, CPU_7455, CPU_7457, CPU_UNKNOWN} cpu_t; extern cpu_t get_cpu_type(void); |