hardirq.h 220 B

1234567891011
  1. /* hardirq.h: PA-RISC hard IRQ support.
  2. *
  3. * Copyright (C) 2001 Matthew Wilcox <matthew@wil.cx>
  4. */
  5. #ifndef _PARISC_HARDIRQ_H
  6. #define _PARISC_HARDIRQ_H
  7. #include <asm-generic/hardirq.h>
  8. #endif /* _PARISC_HARDIRQ_H */