home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / lxapi32.zip / Include / irqos2.h < prev    next >
C/C++ Source or Header  |  2002-04-26  |  297b  |  18 lines

  1. /* $Id: irqos2.h,v 1.2 2002/04/26 23:09:00 smilcke Exp $ */
  2.  
  3. /*
  4.  * irq.h
  5.  * Autor:               Stefan Milcke
  6.  * Erstellt am:         10.11.2001
  7.  * Letzte Aenderung am: 22.04.2002
  8.  *
  9. */
  10. #ifndef __IRQ_H__
  11. #define __IRQ_H__
  12.  
  13. #define MAX_SHAREDIRQS        4
  14. #define MAX_IRQS        16
  15.  
  16.  
  17. #endif
  18.