2019-06-04 08:11:33 +00:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
2005-04-16 22:20:36 +00:00
|
|
|
/*
|
2008-08-05 15:14:15 +00:00
|
|
|
* arch/arm/mach-iop32x/include/mach/irqs.h
|
2005-04-16 22:20:36 +00:00
|
|
|
*
|
|
|
|
* Author: Rory Bolt <rorybolt@pacbell.net>
|
|
|
|
* Copyright: (C) 2002 Rory Bolt
|
|
|
|
*/
|
2006-09-18 22:26:25 +00:00
|
|
|
|
|
|
|
#ifndef __IRQS_H
|
|
|
|
#define __IRQS_H
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2006-09-18 22:22:24 +00:00
|
|
|
#define NR_IRQS 32
|
2005-04-16 22:20:36 +00:00
|
|
|
|
2006-09-18 22:26:25 +00:00
|
|
|
#endif
|