1
0
Fork 0
forked from len0rd/rockbox

hwstub: implement read/write data abort recovery

Change-Id: I1625873b6864584c40984723d82548ad242ee08e
This commit is contained in:
Amaury Pouly 2014-09-20 14:29:12 +02:00 committed by Marcin Bukat
parent 2ee2a9697a
commit 2cdfc43f10
11 changed files with 308 additions and 43 deletions

View file

@ -114,5 +114,7 @@ static inline int disable_interrupt_save(int mask)
return cpsr;
}
int set_data_abort_jmp(void);
#endif /* __HWSTUB_SYSTEM__ */