diff options
| author | Derek Hensley <hensley.derek58@gmail.com> | 2024-12-28 07:59:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-28 08:59:22 -0700 |
| commit | cb54eb49e47301ca806a754954bee17e23fe6f40 (patch) | |
| tree | 26e03acbe8c346477331b8d12d236a35ee6749f8 /include/segment_symbols.h | |
| parent | 7ba4585497a63eb64e7ca33aa53ca22695760739 (diff) | |
6FD190 + 6FD410 OK (#235)
* func_800D94F0_jp
* func_800D9514_jp
* func_800D9524_jp
* func_800D955C_jp
* func_800D9618_jp
* func_800D96A8_jp
* func_800D96E8_jp
* func_800D9700_jp
* func_800D9750_jp
* func_800D9760_jp
* func_800D9770_jp
* func_800D9788_jp
* func_800D97A0_jp
* func_800D97F8_jp
* func_800D986C_jp
* Split off 6FD410 based on bss
* Migrate bss
* add todo
* headers
* Better types for 6FD410 bss based on graph
* Cleanup
Diffstat (limited to 'include/segment_symbols.h')
| -rw-r--r-- | include/segment_symbols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/segment_symbols.h b/include/segment_symbols.h index a04ca19..bdea287 100644 --- a/include/segment_symbols.h +++ b/include/segment_symbols.h @@ -45,6 +45,7 @@ #define SEGMENT_BSS_END(segment) (segment ## _BSS_END) #define SEGMENT_BSS_SIZE(segment) ((uintptr_t)SEGMENT_BSS_END(segment) - (uintptr_t)SEGMENT_BSS_START(segment)) +DECLARE_SEGMENT(framebuffer); DECLARE_SEGMENT(header); |
