armcm_reset: Add a armcm_reset.h header file for try_request_canboot()

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor
2022-06-04 11:50:57 -04:00
parent 9047702a00
commit c1f4bdebf2
9 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,6 @@
#ifndef __GENERIC_ARMCM_RESET_H
#define __GENERIC_ARMCM_RESET_H
void try_request_canboot(void);
#endif // armcm_reset.h