18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* hardirq.h: 32-bit Sparc hard IRQ support. 38c2ecf20Sopenharmony_ci * 48c2ecf20Sopenharmony_ci * Copyright (C) 1997 David S. Miller (davem@caip.rutgers.edu) 58c2ecf20Sopenharmony_ci * Copyright (C) 1998-2000 Anton Blanchard (anton@samba.org) 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef __SPARC_HARDIRQ_H 98c2ecf20Sopenharmony_ci#define __SPARC_HARDIRQ_H 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ci#include <asm-generic/hardirq.h> 128c2ecf20Sopenharmony_ci 138c2ecf20Sopenharmony_ci#endif /* __SPARC_HARDIRQ_H */ 14