1 /*
2 * Copyright (c) 2021 The strace developers.
3 * All rights reserved.
4 *
5 * SPDX-License-Identifier: LGPL-2.1-or-later
6 */
7
8 #ifdef MPERS_IS_m32
9 # include "../arm/arch_prstatus_regset.h"
10 #elif !defined STRACE_ARCH_PRSTATUS_REGSET_H
11 # define STRACE_ARCH_PRSTATUS_REGSET_H
12
13 typedef struct user_pt_regs struct_prstatus_regset;
14
15 # define HAVE_ARCH_PRSTATUS_REGSET 1
16
17 #endif /* !STRACE_ARCH_PRSTATUS_REGSET_H */