You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
329 B
17 lines
329 B
/*
|
|
* 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
|
|
|