/
githubmirror
/
ipxe
Обзор
Документация
Войти
/
githubmirror
/
ipxe
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/arch/s390x/include/bits/setjmp.h
12 строк
234 B
Michael Brown
[s390x] Add support for the IBM s390x CPU architecture
14 июн 2026, 03:05
14 июн 2026, 03:05
aa105c2
Код
Авторство
О чём код?
#ifndef _BITS_SETJMP_H #define _BITS_SETJMP_H FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); /** A jump buffer */ typedef struct { /** Callee-saved registers (r6-r15) */ unsigned long regs[12]; } jmp_buf[1]; #endif /* _BITS_SETJMP_H */