| Last change
 on this file since 650 was             587, checked in by David Azarewicz, 9 years ago | 
        
          | 
Rearrange directory structurerework makefiles
 cleanup files
 
 | 
        
          | File size:
            1.1 KB | 
      
      
| Line |  | 
|---|
| 1 | /* $Id: irq.h,v 1.1.1.1 2003/07/02 13:56:56 eleph Exp $ */ | 
|---|
| 2 | /* | 
|---|
| 3 | * IRQ handler header | 
|---|
| 4 | * | 
|---|
| 5 | * (C) 2000-2002 InnoTek Systemberatung GmbH | 
|---|
| 6 | * | 
|---|
| 7 | * This program is free software; you can redistribute it and/or | 
|---|
| 8 | * modify it under the terms of the GNU General Public License as | 
|---|
| 9 | * published by the Free Software Foundation; either version 2 of | 
|---|
| 10 | * the License, or (at your option) any later version. | 
|---|
| 11 | * | 
|---|
| 12 | * This program is distributed in the hope that it will be useful, | 
|---|
| 13 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | 
|---|
| 14 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the | 
|---|
| 15 | * GNU General Public License for more details. | 
|---|
| 16 | * | 
|---|
| 17 | * You should have received a copy of the GNU General Public | 
|---|
| 18 | * License along with this program; if not, write to the Free | 
|---|
| 19 | * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, | 
|---|
| 20 | * USA. | 
|---|
| 21 | * | 
|---|
| 22 | */ | 
|---|
| 23 |  | 
|---|
| 24 | #ifndef __IRQ_H__ | 
|---|
| 25 | #define __IRQ_H__ | 
|---|
| 26 |  | 
|---|
| 27 | extern FARPTR16 ISR00; | 
|---|
| 28 | extern FARPTR16 ISR01; | 
|---|
| 29 | extern FARPTR16 ISR02; | 
|---|
| 30 | extern FARPTR16 ISR03; | 
|---|
| 31 | extern FARPTR16 ISR04; | 
|---|
| 32 | extern FARPTR16 ISR05; | 
|---|
| 33 | extern FARPTR16 ISR06; | 
|---|
| 34 | extern FARPTR16 ISR07; | 
|---|
| 35 |  | 
|---|
| 36 | #endif //__IRQ_H__ | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.