Files
linux-apfs/arch/sparc/include/asm/hardirq.h
T

9 lines
184 B
C
Raw Normal View History

2008-07-17 21:55:51 -07:00
#ifndef ___ASM_SPARC_HARDIRQ_H
#define ___ASM_SPARC_HARDIRQ_H
#if defined(__sparc__) && defined(__arch64__)
2008-07-27 23:00:59 +02:00
#include <asm/hardirq_64.h>
2008-07-17 21:55:51 -07:00
#else
2008-07-27 23:00:59 +02:00
#include <asm/hardirq_32.h>
2008-07-17 21:55:51 -07:00
#endif
#endif