00001 00002 /* 00003 * Copyright (C) 2001-2007 by egnite Software GmbH. All rights reserved. 00004 * 00005 * Redistribution and use in source and binary forms, with or without 00006 * modification, are permitted provided that the following conditions 00007 * are met: 00008 * 00009 * 1. Redistributions of source code must retain the above copyright 00010 * notice, this list of conditions and the following disclaimer. 00011 * 2. Redistributions in binary form must reproduce the above copyright 00012 * notice, this list of conditions and the following disclaimer in the 00013 * documentation and/or other materials provided with the distribution. 00014 * 3. Neither the name of the copyright holders nor the names of 00015 * contributors may be used to endorse or promote products derived 00016 * from this software without specific prior written permission. 00017 * 00018 * THIS SOFTWARE IS PROVIDED BY EGNITE SOFTWARE GMBH AND CONTRIBUTORS 00019 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 00020 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 00021 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL EGNITE 00022 * SOFTWARE GMBH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 00023 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 00024 * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS 00025 * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 00026 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 00027 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF 00028 * THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 00029 * SUCH DAMAGE. 00030 * 00031 * For additional information see http://www.ethernut.de/ 00032 */ 00033 00034 /* 00035 * $Log: irqreg.h,v $ 00036 * 00037 * 00038 */ 00039 00040 00041 extern IRQ_HANDLER sig_RTC; 00042 extern IRQ_HANDLER sig_UART0; 00043 extern IRQ_HANDLER sig_MACB; 00044 extern IRQ_HANDLER sig_SPI0; 00045 extern IRQ_HANDLER sig_SPI1; 00046 //extern IRQ_HANDLER sig_TC0; 00047 00048 extern IRQ_HANDLER sig_INTERRUPT0; 00049 extern IRQ_HANDLER sig_INTERRUPT1; 00050 extern IRQ_HANDLER sig_INTERRUPT2; 00051 extern IRQ_HANDLER sig_INTERRUPT3; 00052 extern IRQ_HANDLER sig_INTERRUPT4; 00053 extern IRQ_HANDLER sig_INTERRUPT5; 00054 extern IRQ_HANDLER sig_INTERRUPT6; 00055 extern IRQ_HANDLER sig_INTERRUPT7; 00056 extern IRQ_HANDLER sig_INTERRUPTNMI;