Import 2.3.48
[davej-history.git] / drivers / isdn / sc / debug.h
blobba100543d36f2b5d0c2c9f1f6c7e50580fb08571
1 /*
2 * $Id: debug.h,v 1.2 2000/02/26 01:00:53 keil Exp $
3 * Copyright (C) 1996 SpellCaster Telecommunications Inc.
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.
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.
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.
19 * For more information, please contact gpl-info@spellcast.com or write:
21 * SpellCaster Telecommunications Inc.
22 * 5621 Finch Avenue East, Unit #3
23 * Scarborough, Ontario Canada
24 * M1B 2T9
25 * +1 (416) 297-8565
26 * +1 (416) 297-6433 Facsimile
29 #define REQUEST_IRQ(a,b,c,d,e) request_irq(a,b,c,d,e)
30 #define FREE_IRQ(a,b) free_irq(a,b)