1
0
Fork 0
forked from len0rd/rockbox

imx233/fuze+: add more interrupts, rewrite block resetting, reset icoll on boot (useful for firmware)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30524 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Amaury Pouly 2011-09-13 23:38:49 +00:00
parent ddb96f1b65
commit b51ecea14a
2 changed files with 25 additions and 4 deletions

View file

@ -62,6 +62,7 @@
#define INT_SRC_I2C_DMA 26
#define INT_SRC_I2C_ERROR 27
#define INT_SRC_TIMER(nr) (28 + (nr))
#define INT_SRC_LRADC_CHx(x) (37 + (x))
#define INT_SRC_LCDIF_DMA 45
#define INT_SRC_LCDIF_ERROR 46
#define INT_SRC_NR_SOURCES 66