chiark / gitweb /
[PATCH] added klibc version 0.82 (cvs tree) to the udev tree.
[elogind.git] / klibc / klibc / arch / arm / include / klibc / archsetjmp.h
1 /*
2  * arch/i386/include/klibc/archsetjmp.h
3  */
4
5 #ifndef _KLIBC_ARCHSETJMP_H
6 #define _KLIBC_ARCHSETJMP_H
7
8 struct __jmp_buf {
9   unsigned int regs[10];
10 };
11
12 typedef struct __jmp_buf jmp_buf[1];
13
14 #endif /* _SETJMP_H */