1 /* SPDX-License-Identifier: GPL-2.0
3 * Copyright (C) 2000, 2001 Paolo Alberelli
4 * Copyright (C) 2003 Paul Mundt
5 * Copyright (C) 2004 Richard Curnow
7 #ifndef __ASM_SH_SWITCH_TO_H
8 #define __ASM_SH_SWITCH_TO_H
10 #ifdef CONFIG_SUPERH32
11 # include <asm/switch_to_32.h>
13 # include <asm/switch_to_64.h>
16 #endif /* __ASM_SH_SWITCH_TO_H */