Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.1-rc5 16 lines 352 B view raw
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 */