blob: d995061f5f8620158a9a766babdc315edf2da7f0 [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
* Copyright © 2008 Michael Neuling IBM Corporation
*/
#ifndef _ASM_POWERPC_SETJMP_H
#define _ASM_POWERPC_SETJMP_H
#define JMP_BUF_LEN 23
extern long setjmp(long *);
extern void longjmp(long *, long);
#endif /* _ASM_POWERPC_SETJMP_H */