repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git]
/
arch
/
sh
/
include
/
asm
/
irqflags.h
blob
25f6cfef3f043ab4735d4bf69ffd7b8d4c00a444
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef __ASM_SH_IRQFLAGS_H
3
#define __ASM_SH_IRQFLAGS_H
4
5
#define ARCH_IRQ_DISABLED 0xf0
6
#define ARCH_IRQ_ENABLED 0x00
7
8
#include <asm-generic/irqflags.h>
9
10
#endif
/* __ASM_SH_IRQFLAGS_H */