Add Shutdown message, plumbing to send and handle.

This commit is contained in:
Jared Boone
2015-08-20 18:03:49 -07:00
parent 15791e345d
commit 690c3c98db
7 changed files with 58 additions and 11 deletions
+1
View File
@@ -28,5 +28,6 @@
#include "spi_image.hpp"
void m4_init(const portapack::spi_flash::region_t from, const portapack::memory::region_t to);
void m4_request_shutdown();
#endif/*__M4_STARTUP_H__*/