Revision: | 1.1 |
Committed: | 1999-10-03T14:16:25Z (25 years, 1 month ago) by cebix |
Content type: | text/plain |
Branch: | MAIN |
Branch point for: | cebix |
Log Message: | Initial revision |
# | User | Rev | Content |
---|---|---|---|
1 | cebix | 1.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 |