Details | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line | 
|---|---|---|---|
| 86 | f9daq | 1 | //**************************************************************************** | 
        
| 2 | // Copyright (C) 2000-2004  ARW Elektronik Germany | 
        ||
| 3 | // | 
        ||
| 4 | // | 
        ||
| 5 | // This program is free software; you can redistribute it and/or modify | 
        ||
| 6 | // it under the terms of the GNU General Public License as published by | 
        ||
| 7 | // the Free Software Foundation; either version 2 of the License, or | 
        ||
| 8 | // (at your option) any later version. | 
        ||
| 9 | // | 
        ||
| 10 | // This program is distributed in the hope that it will be useful, | 
        ||
| 11 | // but WITHOUT ANY WARRANTY; without even the implied warranty of | 
        ||
| 12 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
        ||
| 13 | // GNU General Public License for more details. | 
        ||
| 14 | // | 
        ||
| 15 | // You should have received a copy of the GNU General Public License | 
        ||
| 16 | // along with this program; if not, write to the Free Software | 
        ||
| 17 | // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 
        ||
| 18 | // | 
        ||
| 19 | // This product is not authorized for use as critical component in  | 
        ||
| 20 | // life support systems without the express written approval of  | 
        ||
| 21 | // ARW Elektronik Germany. | 
        ||
| 22 | //   | 
        ||
| 23 | // Please announce changes and hints to ARW Elektronik | 
        ||
| 24 | // | 
        ||
| 25 | // Maintainer(s): Klaus Hitschler (klaus.hitschler@gmx.de) | 
        ||
| 26 | // | 
        ||
| 27 | //**************************************************************************** | 
        ||
| 28 | |||
| 29 | //**************************************************************************** | 
        ||
| 30 | // | 
        ||
| 31 | // name and purpose of this module | 
        ||
| 32 | // | 
        ||
| 33 | // $Log: template.c,v $ | 
        ||
| 34 | // Revision 1.2  2004/08/12 19:59:02  klaus | 
        ||
| 35 | // conversion to kernel-version 2.6, released version 6.0 | 
        ||
| 36 | // | 
        ||
| 37 | // Revision 1.1  2001/11/20 20:13:23  klaus | 
        ||
| 38 | // included as common template for future extensions | 
        ||
| 39 | // | 
        ||
| 40 | // | 
        ||
| 41 | //**************************************************************************** | 
        ||
| 42 | |||
| 43 | //**************************************************************************** | 
        ||
| 44 | // INCLUDES | 
        ||
| 45 | |||
| 46 | //**************************************************************************** | 
        ||
| 47 | // DEFINES | 
        ||
| 48 | |||
| 49 | //**************************************************************************** | 
        ||
| 50 | // GLOBALS | 
        ||
| 51 | |||
| 52 | //**************************************************************************** | 
        ||
| 53 | // LOCALS | 
        ||
| 54 | |||
| 55 | //**************************************************************************** | 
        ||
| 56 | // CODE   | 
        ||
| 57 |