ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/sheep_driver.h
Revision: 1.1.1.1 (vendor branch)
Committed: 1999-10-03T14:16:25Z (24 years, 9 months ago) by cebix
Content type: text/plain
Branch: cebix
CVS Tags: release-0_7-2, snapshot-21101999, start, snapshot-22121999, release-0_8-1, snapshot-02111999
Changes since 1.1: +0 -0 lines
Log Message:
Imported sources

File Contents

# Content
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