1/* SPDX-License-Identifier: GPL-2.0 */
2/* hardirq.h: 32-bit Sparc hard IRQ support.
3 *
4 * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu)
5 * Copyright (C) 1998-2000 Anton Blanchard (anton@samba.org)
6 */
7
8#ifndef __SPARC_HARDIRQ_H
9#define __SPARC_HARDIRQ_H
10
11#include <asm-generic/hardirq.h>
12
13#endif /* __SPARC_HARDIRQ_H */
14