xref: /linux/arch/loongarch/include/asm/entry-common.h (revision a34b0e4e21d6be3c3d620aa7f9dfbf0e9550c19e)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARCH_LOONGARCH_ENTRY_COMMON_H
3 #define ARCH_LOONGARCH_ENTRY_COMMON_H
4 
5 #include <asm/stacktrace.h> /* For on_thread_stack() */
6 
7 #endif
8