N64FlashcartMenu
Loading...
Searching...
No Matches
src
boot
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
20
extern
uint32_t
reboot_start
__attribute__((section(
".text"
)));
21
27
extern
size_t
reboot_size
__attribute__((section(
".text"
)));
28
29
#endif
// __ASSEMBLER__
30
31
#endif
// REBOOT_H__
reboot_start
uint32_t reboot_start
Start address of the reboot code.
reboot_size
size_t reboot_size
Size of the reboot code.
Generated on Mon Mar 31 2025 15:28:32 for N64FlashcartMenu by
1.12.0