diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/interrupts_8h-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/interrupts_8h-source.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,84 @@ + +
+00001 /* +00002 This file is part of CanFestival, a library implementing CanOpen Stack. +00003 +00004 Copyright (C): Edouard TISSERANT and Francis DUPIN +00005 +00006 See COPYING file for copyrights details. +00007 +00008 This library is free software; you can redistribute it and/or +00009 modify it under the terms of the GNU Lesser General Public +00010 License as published by the Free Software Foundation; either +00011 version 2.1 of the License, or (at your option) any later version. +00012 +00013 This library is distributed in the hope that it will be useful, +00014 but WITHOUT ANY WARRANTY; without even the implied warranty of +00015 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +00016 Lesser General Public License for more details. +00017 +00018 You should have received a copy of the GNU Lesser General Public +00019 License along with this library; if not, write to the Free Software +00020 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +00021 */ +00022 /* Interrupt Vectors -- ROM mode +00023 Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. +00024 Written by Stephane Carrez (stcarrez@worldnet.fr) +00025 +00026 This file is free software; you can redistribute it and/or modify it +00027 under the terms of the GNU General Public License as published by the +00028 Free Software Foundation; either version 2, or (at your option) any +00029 later version. +00030 +00031 In addition to the permissions in the GNU General Public License, the +00032 Free Software Foundation gives you unlimited permission to link the +00033 compiled version of this file with other programs, and to distribute +00034 those programs without any restriction coming from the use of this +00035 file. (The General Public License restrictions do apply in other +00036 respects; for example, they cover modification of the file, and +00037 distribution when not linked into another program.) +00038 +00039 This file is distributed in the hope that it will be useful, but +00040 WITHOUT ANY WARRANTY; without even the implied warranty of +00041 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +00042 General Public License for more details. +00043 +00044 You should have received a copy of the GNU General Public License +00045 along with this program; see the file COPYING. If not, write to +00046 the Free Software Foundation, 59 Temple Place - Suite 330, +00047 Boston, MA 02111-1307, USA. */ +00048 +00049 #ifndef _M68HC11_ARCH_32K_INTERRUPTS_H +00050 #define _M68HC11_ARCH_32K_INTERRUPTS_H +00051 +00052 /* For ROM-boards, interrupts are in ROM and are not installed +00053 at run time. Implementation is empty. */ +00054 extern inline void +00055 set_interrupt_handler (interrupt_vector_id id ATTRIBUTE_UNUSED, +00056 interrupt_t handler ATTRIBUTE_UNUSED) +00057 { +00058 } +00059 +00060 #endif +