mirror of
https://github.com/d0k3/GodMode9.git
synced 2025-06-26 13:42:47 +00:00
9 lines
207 B
C
9 lines
207 B
C
#pragma once
|
|
|
|
#include "common.h"
|
|
|
|
#define PAYLOAD_MAX_SIZE 0xFFFE0
|
|
|
|
void __attribute__((noreturn)) Chainload(u8 *source, size_t size);
|
|
void __attribute__((noreturn)) BootFirm(FirmHeader *firm, char *path);
|