home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 (Developer) / NS_dev_3.2.iso / NextDeveloper / Headers / bsd / dev / i386 / evsio.h < prev    next >
Text File  |  1993-10-19  |  841b  |  34 lines

  1. /*     Copyright (c) 1992 NeXT Computer, Inc.  All rights reserved. 
  2.  *
  3.  * evsio.h - Get/Set parameter calls for Event Status Driver.
  4.  *
  5.  *    CAUTION: Developers should stick to the API exported in
  6.  *        <drivers/event_status_driver.h> to guarantee
  7.  *        binary compatability of their applications in future
  8.  *        releases.
  9.  *
  10.  * HISTORY
  11.  * 22 Sep 92    Joe Pasqua
  12.  *      Created. 
  13.  */
  14.  
  15. // NOTES:
  16. // * This module defines system specific additions to the get/set
  17. //   parameter set defined in the machine independent evsio.h module.
  18. // * At the moment, there are no extensions, so we don't have anything
  19. //   in here except an import of that mi interface.
  20.  
  21.  
  22. #ifndef _I386_DEV_EVSIO_
  23. #define _I386_DEV_EVSIO_
  24.  
  25. #import <bsd/dev/evsio.h>
  26.  
  27. //
  28. // Device/architecture specific controls, implemented within
  29. // Event Sources follow.
  30. //
  31.  
  32.  
  33. #endif _I386_DEV_EVSIO_
  34.