summaryrefslogtreecommitdiffstats
path: root/src/arch/arm64/include/setjmp.h
Commit message (Collapse)AuthorAgeFilesLines
* [libc] Centralise architecture-independent portions of setjmp.hMichael Brown2024-09-121-44/+0Star
| | | | | | | | | | | The definitions of the setjmp() and longjmp() functions are common to all architectures, with only the definition of the jump buffer structure being architecture-specific. Move the architecture-specific portions to bits/setjmp.h and provide a common setjmp.h for the function definitions. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-081-0/+44
Signed-off-by: Michael Brown <mcb30@ipxe.org>