home *** CD-ROM | disk | FTP | other *** search
/ OpenStep (Enterprise) / OpenStepENTCD.toast / OEDEV / DEV.Z / io.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-08  |  232 b   |  14 lines

  1. /*
  2.  * Copyright (c) 1992 NeXT Computer, Inc.
  3.  *
  4.  * Intel 386 Family: IO space defines.
  5.  *
  6.  * HISTORY
  7.  *
  8.  * 11 August 1992 David E. Bohman at NeXT
  9.  *    Created.
  10.  */
  11.  
  12. typedef unsigned short        io_addr_t;
  13. typedef unsigned short        io_len_t;
  14.