Sign in
gfiber
/
kernel
/
bruno
/
refs/heads/master
/
.
/
arch
/
sparc
/
include
/
asm
/
irqflags.h
blob: 1e138632bd3f03689da1583cb6e70cd377e74698 [
file
] [
log
] [
blame
] [
edit
]
#ifndef
___ASM_SPARC_IRQFLAGS_H
#define
___ASM_SPARC_IRQFLAGS_H
#if defined(__sparc__) && defined(__arch64__)
#include
<asm/irqflags_64.h>
#else
#include
<asm/irqflags_32.h>
#endif
#endif