OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

[/] [or1k_old/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-armnommu/] [irq.h] - Blame information for rev 1765

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1633 jcastillo
#ifndef __ASM_ARM_IRQ_H
2
#define __ASM_ARM_IRQ_H
3
 
4
#include <asm/arch/irqs.h>
5
 
6
#ifndef NR_IRQS
7
#define NR_IRQS         128
8
#endif
9
 
10
/*
11
 * Use this value to indicate lack of interrupt
12
 * capability
13
 */
14
#ifndef NO_IRQ
15
#define NO_IRQ          255
16
#endif
17
 
18
extern void disable_irq(unsigned int);
19
extern void enable_irq(unsigned int);
20
 
21
#define __STR(x) #x
22
#define STR(x) __STR(x)
23
 
24
#endif
25
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.