N64FlashcartMenu
Loading...
Searching...
No Matches
src
boot
reboot.h
1
#ifndef REBOOT_H__
2
#define REBOOT_H__
3
4
5
#ifndef __ASSEMBLER__
6
7
#include <stdint.h>
8
#include <stddef.h>
9
10
11
extern
uint32_t reboot_start __attribute__((section(
".text"
)));
12
extern
size_t
reboot_size __attribute__((section(
".text"
)));
13
14
#endif
15
16
17
#endif
Generated on Sun Oct 20 2024 14:52:16 for N64FlashcartMenu by
1.9.5