diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-09-20 14:29:12 +0200 |
---|---|---|
committer | Marcin Bukat <marcin.bukat@gmail.com> | 2015-01-13 23:35:33 +0100 |
commit | 2cdfc43f10e3d755018ea508b64b209608d71864 (patch) | |
tree | 8e03f2cb344016fd91eeb43f2625aa50e87e677b /utils/hwstub/stub/system.h | |
parent | 2ee2a9697a1cea6ca3b9fa328440b8f46aa84fd8 (diff) | |
download | rockbox-2cdfc43f10e3d755018ea508b64b209608d71864.tar.gz rockbox-2cdfc43f10e3d755018ea508b64b209608d71864.zip |
hwstub: implement read/write data abort recovery
Change-Id: I1625873b6864584c40984723d82548ad242ee08e
Diffstat (limited to 'utils/hwstub/stub/system.h')
-rw-r--r-- | utils/hwstub/stub/system.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/hwstub/stub/system.h b/utils/hwstub/stub/system.h index e5aea12051..09c86debfe 100644 --- a/utils/hwstub/stub/system.h +++ b/utils/hwstub/stub/system.h @@ -114,5 +114,7 @@ static inline int disable_interrupt_save(int mask) return cpsr; } +int set_data_abort_jmp(void); + #endif /* __HWSTUB_SYSTEM__ */ |