aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-arm/softirq.h
blob: 35e578a8c3a9bed35c21016b5382f0e738fa3e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef __ASM_SOFTIRQ_H__
#define __ASM_SOFTIRQ_H__

#define NR_ARCH_SOFTIRQS       0

#endif /* __ASM_SOFTIRQ_H__ */
/*
 * Local variables:
 * mode: C
 * c-file-style: "BSD"
 * c-basic-offset: 4
 * indent-tabs-mode: nil
 * End:
 */