Uncomment more sleep/suspend code

This commit is contained in:
Michael Scire 2018-02-27 16:10:51 -08:00
parent 235b7b65e1
commit 7a9e031bff
5 changed files with 33 additions and 6 deletions

View file

@ -17,4 +17,7 @@ void invalidate_dcache_range(const void *start, const void *end);
void invalidate_icache_inner_shareable(void);
void call_with_stack_pointer(uintptr_t stack_pointer, void (*function)(void));
#endif