hardirq.h 401 B

1234567891011121314151617
  1. #ifndef _ALPHA_HARDIRQ_H
  2. #define _ALPHA_HARDIRQ_H
  3. #include <linux/threads.h>
  4. #include <linux/cache.h>
  5. /* entry.S is sensitive to the offsets of these fields */
  6. typedef struct {
  7. unsigned long __softirq_pending;
  8. } ____cacheline_aligned irq_cpustat_t;
  9. #include <linux/irq_cpustat.h> /* Standard mappings for irq_cpustat_t above */
  10. void ack_bad_irq(unsigned int irq);
  11. #endif /* _ALPHA_HARDIRQ_H */