home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Headers / driverkit / hppa / directDevice.h next >
Encoding:
Text File  |  1994-07-26  |  428 b   |  21 lines

  1. /*
  2.  * Copyright (c) 1993 NeXT Computer, Inc.
  3.  *
  4.  * HPPA direct device interface.
  5.  *
  6.  * HISTORY
  7.  *
  8.  */
  9. #import <driverkit/IODevice.h>
  10. #import <driverkit/IODirectDevice.h>
  11. #import <driverkit/IODeviceDescription.h>
  12. #import <driverkit/hppa/IOHPPADeviceDescription.h>
  13. #import <driverkit/hppa/driverTypes.h>
  14.  
  15.  
  16. void IOSendInterrupt(void *identity, void *state, unsigned int msgId);
  17.  
  18. @interface IODirectDevice(IOHPPADirectDevice)
  19.  
  20. @end
  21.