xref: /linux/arch/sh/include/asm/switch_to.h (revision 44f57d78)
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Copyright (C) 2000, 2001  Paolo Alberelli
4  * Copyright (C) 2003  Paul Mundt
5  * Copyright (C) 2004  Richard Curnow
6  */
7 #ifndef __ASM_SH_SWITCH_TO_H
8 #define __ASM_SH_SWITCH_TO_H
9 
10 #ifdef CONFIG_SUPERH32
11 # include <asm/switch_to_32.h>
12 #else
13 # include <asm/switch_to_64.h>
14 #endif
15 
16 #endif /* __ASM_SH_SWITCH_TO_H */
17