15#ifndef LAZULI_SYS_LINKER_H
16#define LAZULI_SYS_LINKER_H
unsigned char uint8_t
Represents a unsigned integer type with width of exactly 8 bits.
Basic type definitions and useful macros.
uint8_t _ramend
Last address of RAM.
uint8_t _bss_start
Start address of the .bss section.
uint8_t _brk
Initial break address.
uint8_t _rodata_start
Start address of the .rodata section.
uint8_t _progmem_load_start
Start address of the loaded .progmem section.
uint8_t _data_start
Start address of the .data section.
uint8_t _data_load_start
Start address of the loaded .data section.
uint8_t _rodata_load_start
Start address of the loaded .rodata section.