home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c222 / 1.ddi / INC / IN_HEAD.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-21  |  525 b   |  18 lines

  1. /*********************
  2.  *
  3.  *  in_head.h [NON-ANSI] - header file for interrupt handler functions.
  4.  *
  5.  *  Purpose: This file contains the constants used by the interrupt
  6.  *           handlers.
  7.  *
  8.  *  Blackstar C Function Library
  9.  *  (c) Copyright 1985,1989 Sterling Castle Software
  10.  *
  11.  *******/
  12.  
  13. #define INTSOFT 0  /* software interrupt          */
  14. #define INTHDWR 1  /* hardware interrupt          */
  15. #define INTCHAN 2  /* chain to existing interrupt */
  16. #define INTTSR  4  /* terminate and stay resident */
  17.  
  18.