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

#ifndef _KLIBC_ARCHSETJMP_H
#define _KLIBC_ARCHSETJMP_H

struct __jmp_buf {
	double regs[21];
};

typedef struct __jmp_buf jmp_buf[1];

#endif				/* _SETJMP_H */