forked from Piraterna/aurix
Added mem_realloc and string functions
This commit is contained in:
parent
56c522d05a
commit
12c9b4fdcc
10 changed files with 278 additions and 15 deletions
|
@ -26,7 +26,9 @@
|
|||
#define BOOTLOADER_VERSION_STR "0.1"
|
||||
|
||||
#ifndef UNREACHABLE
|
||||
#define UNREACHABLE()
|
||||
#define UNREACHABLE() __builtin_unreachable()
|
||||
#endif
|
||||
|
||||
void axboot_init(void);
|
||||
|
||||
#endif /* _AXBOOT_H */
|
Loading…
Add table
Add a link
Reference in a new issue