mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-04 00:28:51 -04:00
[stage2] Add "hexdump"
This commit is contained in:
parent
0d5796fa0b
commit
c71e7c8c2e
2 changed files with 38 additions and 0 deletions
|
@ -102,6 +102,8 @@ static inline bool check_32bit_address_range_in_program(uintptr_t addr, size_t s
|
|||
overlaps_a(start, end, __start__, __end__);
|
||||
}
|
||||
|
||||
void hexdump(const void* data, size_t size, uintptr_t addrbase);
|
||||
|
||||
void panic(uint32_t code);
|
||||
void generic_panic(void);
|
||||
void panic_predefined(uint32_t which);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue