8 lines
180 B
C
8 lines
180 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef ARCH_LOONGARCH_ENTRY_COMMON_H
|
|
#define ARCH_LOONGARCH_ENTRY_COMMON_H
|
|
|
|
#include <asm/stacktrace.h> /* For on_thread_stack() */
|
|
|
|
#endif
|