home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s038 / 10.ddi / 017.LIF / I8086.H < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-02  |  337 b   |  15 lines

  1. /* i8086.h - 8086 processor specific only header file
  2.  * $Version: 1.1 $
  3.  * Copyright 1988, 89, 90 Intel Corporation, ALL RIGHTS RESERVED.
  4.  */
  5.  
  6. #if !defined(_I8086_)
  7. #define _I8086_
  8.  
  9. #include <i86.h>
  10.  
  11. #pragma _builtin_("setinterrupt"==1)
  12. void    setinterrupt(const unsigned char number, void far (*handler)(void));
  13.  
  14. #endif
  15.