aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/x86/um/shared/sysdep/archsetjmp.h
blob: 166cedbab9266fb9eac60a07cbeaf681ffee3fcd (plain) (blame)
1
2
3
4
5
6
/* SPDX-License-Identifier: GPL-2.0 */
#ifdef __i386__
#include "archsetjmp_32.h"
#else
#include "archsetjmp_64.h"
#endif