ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/BeOS/sheep_driver.h
Revision: 1.3
Committed: 2000-11-13T16:59:40Z (23 years, 7 months ago) by cebix
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
State: FILE REMOVED
Log Message:
added sources for "sheep" driver and "sheep_net" network add-on

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