Linux Audio

Check our new training course

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