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
bonding: fix rx_handler locking
[linux/fpc-iii.git]
/
arch
/
sh
/
include
/
asm
/
irqflags.h
blob
43b7608606c32434f6508a07153a2c4847c4bcf6
1
#ifndef __ASM_SH_IRQFLAGS_H
2
#define __ASM_SH_IRQFLAGS_H
3
4
#define ARCH_IRQ_DISABLED 0xf0
5
#define ARCH_IRQ_ENABLED 0x00
6
7
#include <asm-generic/irqflags.h>
8
9
#endif
/* __ASM_SH_IRQFLAGS_H */