diff options
author | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 14:43:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@pollux.(none)> | 2005-08-02 14:43:57 +0200 |
commit | 7d939f89471d05ee40764156dd7147bca148c068 (patch) | |
tree | d486d08a91b344617454ee501678f184595d6ba3 /cpu/ppc4xx/vecnum.h | |
parent | 0f18cb6eef469688a1c57647e486c1341c045b9f (diff) | |
parent | 7770ce47e4904b295632cae95f24fa6f62eb9e32 (diff) | |
download | u-boot-imx-7d939f89471d05ee40764156dd7147bca148c068.zip u-boot-imx-7d939f89471d05ee40764156dd7147bca148c068.tar.gz u-boot-imx-7d939f89471d05ee40764156dd7147bca148c068.tar.bz2 |
Merge with /home/sr/git/u-boot
Diffstat (limited to 'cpu/ppc4xx/vecnum.h')
-rw-r--r-- | cpu/ppc4xx/vecnum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpu/ppc4xx/vecnum.h b/cpu/ppc4xx/vecnum.h index d493a5d..1038975 100644 --- a/cpu/ppc4xx/vecnum.h +++ b/cpu/ppc4xx/vecnum.h @@ -69,6 +69,7 @@ #define VECNUM_MS (32 + 0 ) /* MAL SERR */ #define VECNUM_TXDE (32 + 1 ) /* MAL TXDE */ #define VECNUM_RXDE (32 + 2 ) /* MAL RXDE */ +#define VECNUM_USBDEV (32 + 23) /* USB 1.1/USB 2.0 Device */ #define VECNUM_ETH0 (32 + 28) /* Ethernet 0 interrupt status */ #define VECNUM_EWU0 (32 + 29) /* Ethernet 0 wakeup */ |