linux/arch/x86/include/asm/user32.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _ASM_X86_USER32_H
#define _ASM_X86_USER32_H

/* IA32 compatible user structures for ptrace.
 * These should be used for 32bit coredumps too. */

struct user_i387_ia32_struct {};

/* FSAVE frame with extensions */
struct user32_fxsr_struct {};

struct user_regs_struct32 {};

struct user32 {};


#endif /* _ASM_X86_USER32_H */