]> granicus.if.org Git - strace/blob - get_personality.h
evdev: decode struct input_absinfo regardless of in-kernel definitions
[strace] / get_personality.h
1 /*
2  * Copyright (c) 2018 Dmitry V. Levin <ldv@altlinux.org>
3  * All rights reserved.
4  *
5  * SPDX-License-Identifier: LGPL-2.1-or-later
6  */
7
8 #ifndef STRACE_GET_PERSONALITY_H
9 # define STRACE_GET_PERSONALITY_H
10
11 # include "ptrace.h"
12
13 extern int
14 get_personality_from_syscall_info(const struct ptrace_syscall_info *);
15
16 #endif /* !STRACE_GET_PERSONALITY_H */