home *** CD-ROM | disk | FTP | other *** search
- /*********************
- *
- * in_head.h [NON-ANSI] - header file for interrupt handler functions.
- *
- * Purpose: This file contains the constants used by the interrupt
- * handlers.
- *
- * Blackstar C Function Library
- * (c) Copyright 1985,1989 Sterling Castle Software
- *
- *******/
-
- #define INTSOFT 0 /* software interrupt */
- #define INTHDWR 1 /* hardware interrupt */
- #define INTCHAN 2 /* chain to existing interrupt */
- #define INTTSR 4 /* terminate and stay resident */
-
-