initial check in based on SVN revision 575
This commit is contained in:
17
source/Loader/iap_jump.h
Normal file
17
source/Loader/iap_jump.h
Normal file
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
* iap_jump.h
|
||||
*
|
||||
* Created on: Oct 23, 2023
|
||||
* Author: Warner
|
||||
*/
|
||||
|
||||
#ifndef IAP_JUMP_H_
|
||||
#define IAP_JUMP_H_
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
// void IAP_JumpToAPP(uint32_t applicationAddress, uint32_t stackPointer);
|
||||
void IAP_JumpToApp(uint32_t app_addr);
|
||||
|
||||
#endif /* IAP_JUMP_H_ */
|
||||
Reference in New Issue
Block a user