1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _ASM_SCORE_IRQ_REGS_H
3 #define _ASM_SCORE_IRQ_REGS_H
5 #include <linux/thread_info.h>
7 static inline struct pt_regs
*get_irq_regs(void)
9 return current_thread_info()->regs
;
12 #endif /* _ASM_SCORE_IRQ_REGS_H */