N64FlashcartMenu
Loading...
Searching...
No Matches
reboot.h
Go to the documentation of this file.
1
7#ifndef REBOOT_H__
8#define REBOOT_H__
9
10#ifndef __ASSEMBLER__
11
12#include <stdint.h>
13#include <stddef.h>
14
20extern uint32_t reboot_start __attribute__((section(".text")));
21
27extern size_t reboot_size __attribute__((section(".text")));
28
29#endif // __ASSEMBLER__
30
31#endif // REBOOT_H__
uint32_t reboot_start
Start address of the reboot code.
size_t reboot_size
Size of the reboot code.