18 lines
329 B
C
18 lines
329 B
C
|
/*
|
||
|
* arch/arm/mach-prima2/include/mach/irqs.h
|
||
|
*
|
||
|
* Copyright (c) 2011 Cambridge Silicon Radio Limited, a CSR plc group company.
|
||
|
*
|
||
|
* Licensed under GPLv2 or later.
|
||
|
*/
|
||
|
|
||
|
#ifndef __ASM_ARCH_IRQS_H
|
||
|
#define __ASM_ARCH_IRQS_H
|
||
|
|
||
|
#define SIRFSOC_INTENAL_IRQ_START 0
|
||
|
#define SIRFSOC_INTENAL_IRQ_END 59
|
||
|
|
||
|
#define NR_IRQS 220
|
||
|
|
||
|
#endif
|