ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/sheep_driver.h
Revision: 1.2
Committed: 2000-04-10T18:52:54Z (24 years, 3 months ago) by cebix
Content type: text/plain
Branch: MAIN
CVS Tags: snapshot-13072000
Changes since 1.1: +1 -1 lines
Log Message:
- updated copyright info: 1999->2000

File Contents

# Content
1 /*
2 * sheep_driver.h - Driver for SheepShaver (low memory, ROM access)
3 *
4 * SheepShaver (C) 1997-2000 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