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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rc203soc/] [sw/] [uClinux/] [include/] [asm-mips/] [irq.h] - Blame information for rev 1633

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

Line No. Rev Author Line
1 1633 jcastillo
/*
2
 * include/asm-mips/irq.h
3
 *
4
 * This file is subject to the terms and conditions of the GNU General Public
5
 * License.  See the file "COPYING" in the main directory of this archive
6
 * for more details.
7
 *
8
 * Copyright (C) 1994 by Waldorf GMBH
9
 * written by Ralf Baechle
10
 *
11
 */
12
#ifndef __ASM_MIPS_IRQ_H
13
#define __ASM_MIPS_IRQ_H
14
 
15
/*
16
 * Actually this is a lie but we hide the local device's interrupts ...
17
 */
18
#define NR_IRQS 16
19
 
20
extern void disable_irq(unsigned int);
21
extern void enable_irq(unsigned int);
22
 
23
#endif /* __ASM_MIPS_IRQ_H */

powered by: WebSVN 2.1.0

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