arm64: dts: Revert "specify console via command line"
[linux/fpc-iii.git] / arch / unicore32 / include / asm / suspend.h
blob72bd89c44d105fab6a0b659398e943712f99d375
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * linux/arch/unicore32/include/asm/suspend.h
5 * Code specific to PKUnity SoC and UniCore ISA
7 * Copyright (C) 2001-2010 GUAN Xue-tao
8 */
10 #ifndef __UNICORE_SUSPEND_H__
11 #define __UNICORE_SUSPEND_H__
13 #ifndef __ASSEMBLY__
15 #include <asm/ptrace.h>
17 struct swsusp_arch_regs {
18 struct cpu_context_save cpu_context; /* cpu context */
19 #ifdef CONFIG_UNICORE_FPU_F64
20 struct fp_state fpstate __attribute__((aligned(8)));
21 #endif
23 #endif
25 #endif /* __UNICORE_SUSPEND_H__ */