hardirq_32.h 334 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /* hardirq.h: 32-bit Sparc hard IRQ support.
  3. *
  4. * Copyright (C) 1997 David S. Miller ([email protected])
  5. * Copyright (C) 1998-2000 Anton Blanchard ([email protected])
  6. */
  7. #ifndef __SPARC_HARDIRQ_H
  8. #define __SPARC_HARDIRQ_H
  9. #include <asm-generic/hardirq.h>
  10. #endif /* __SPARC_HARDIRQ_H */