]> git.ipfire.org Git - thirdparty/systemd.git/blob - klibc/klibc/arch/sparc64/include/klibc/archsetjmp.h
[PATCH] volume-id build fix and update
[thirdparty/systemd.git] / klibc / klibc / arch / sparc64 / include / klibc / archsetjmp.h
1 /*
2 * arch/sparc64/include/klibc/archsetjmp.h
3 */
4
5 #ifndef _KLIBC_ARCHSETJMP_H
6 #define _KLIBC_ARCHSETJMP_H
7
8 struct __jmp_buf {
9 unsigned long __sp;
10 unsigned long __fp;
11 unsigned long __pc;
12 };
13
14 typedef struct __jmp_buf jmp_buf[1];
15
16 #endif /* _SETJMP_H */