Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
bwh
/
klibc
/
9bfe94c405b6ae3f7a5c04c0d4cd539867ad2b85
/
.
/
usr
/
include
/
arch
/
sparc64
/
klibc
/
archsetjmp.h
blob: 9e825bd228e58fe3f60c7f1bf2e863b7995e6104 [
file
] [
log
] [
blame
]
/*
* arch/sparc64/include/klibc/archsetjmp.h
*/
#ifndef
_KLIBC_ARCHSETJMP_H
#define
_KLIBC_ARCHSETJMP_H
struct
__jmp_buf
{
unsigned
long
__sp
;
unsigned
long
__fp
;
unsigned
long
__pc
;
};
typedef
struct
__jmp_buf jmp_buf
[
1
];
#endif
/* _SETJMP_H */