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:
6
src/generic/armcm_reset.h
Normal file
6
src/generic/armcm_reset.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef __GENERIC_ARMCM_RESET_H
|
||||
#define __GENERIC_ARMCM_RESET_H
|
||||
|
||||
void try_request_canboot(void);
|
||||
|
||||
#endif // armcm_reset.h
|
||||
Reference in New Issue
Block a user