repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
efivars: Refactor sanity checking code into separate function
[linux/fpc-iii.git]
/
arch
/
score
/
include
/
asm
/
irq_regs.h
blob
b8e881c9a69fac45ad94e99675d7594bb0a94877
1
#ifndef _ASM_SCORE_IRQ_REGS_H
2
#define _ASM_SCORE_IRQ_REGS_H
3
4
#include <linux/thread_info.h>
5
6
static
inline
struct
pt_regs
*
get_irq_regs
(
void
)
7
{
8
return
current_thread_info
()->
regs
;
9
}
10
11
#endif
/* _ASM_SCORE_IRQ_REGS_H */