2017-01-25 16:13:50 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "common.h"
|
|
|
|
|
|
|
|
#define PAYLOAD_MAX_SIZE 0xFFFE0
|
|
|
|
|
2017-07-29 13:17:31 +02:00
|
|
|
void __attribute__((noreturn)) Chainload(u8 *source, size_t size);
|
|
|
|
void __attribute__((noreturn)) BootFirm(FirmHeader *firm, char *path);
|