forked from len0rd/rockbox
hwstub: implement read/write data abort recovery
Change-Id: I1625873b6864584c40984723d82548ad242ee08e
This commit is contained in:
parent
2ee2a9697a
commit
2cdfc43f10
11 changed files with 308 additions and 43 deletions
|
|
@ -114,5 +114,7 @@ static inline int disable_interrupt_save(int mask)
|
|||
return cpsr;
|
||||
}
|
||||
|
||||
int set_data_abort_jmp(void);
|
||||
|
||||
#endif /* __HWSTUB_SYSTEM__ */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue