home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Emulation / BasiliskII / src / BeOS / sheep_driver.h < prev    next >
C/C++ Source or Header  |  1999-10-03  |  316b  |  19 lines

  1. /*
  2.  *  sheep_driver.h - Driver for SheepShaver (low memory, ROM access)
  3.  *
  4.  *  SheepShaver (C) 1997-1999 Mar"c" Hellwig and Christian Bauer
  5.  *  All rights reserved.
  6.  */
  7.  
  8. #ifndef SHEEP_DRIVER_H
  9. #define SHEEP_DRIVER_H
  10.  
  11. #include <drivers/Drivers.h>
  12.  
  13. enum {
  14.     SHEEP_UP = B_DEVICE_OP_CODES_END + 1,
  15.     SHEEP_DOWN
  16. };
  17.  
  18. #endif
  19.