summaryrefslogtreecommitdiffstats
path: root/usr/include/arch/arm/klibc/archsetjmp.h
blob: 88db8a12ac353344095b3c6ed595155fb8e6f46a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * arch/i386/include/klibc/archsetjmp.h
 */

#ifndef _KLIBC_ARCHSETJMP_H
#define _KLIBC_ARCHSETJMP_H

struct __jmp_buf {
	unsigned int regs[10];
};

typedef struct __jmp_buf jmp_buf[1];

#endif				/* _SETJMP_H */