/[pearpc]/src/system/osapi/win32/scsitypes.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /src/system/osapi/win32/scsitypes.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Wed Sep 5 17:11:21 2007 UTC (16 years, 7 months ago) by dpavlin
File MIME type: text/plain
File size: 1019 byte(s)
import upstream CVS
1 //
2 //
3 // This file was copied from bochs IA-32 emulator
4 // Original comment:
5 //
6 // > This file was copied from ... ?
7 //
8
9 //***************************************************************************
10 // %%% PERIPHERAL DEVICE TYPE DEFINITIONS %%%
11 //***************************************************************************
12 #define DTYPE_DASD 0x00 // Disk Device
13 #define DTYPE_SEQD 0x01 // Tape Device
14 #define DTYPE_PRNT 0x02 // Printer
15 #define DTYPE_PROC 0x03 // Processor
16 #define DTYPE_WORM 0x04 // Write-once read-multiple
17 #define DTYPE_CROM 0x05 // CD-ROM device
18 #define DTYPE_CDROM 0x05 // CD-ROM device
19 #define DTYPE_SCAN 0x06 // Scanner device
20 #define DTYPE_OPTI 0x07 // Optical memory device
21 #define DTYPE_JUKE 0x08 // Medium Changer device
22 #define DTYPE_COMM 0x09 // Communications device
23 #define DTYPE_RESL 0x0A // Reserved (low)
24 #define DTYPE_RESH 0x1E // Reserved (high)
25 #define DTYPE_UNKNOWN 0x1F // Unknown or no device type

  ViewVC Help
Powered by ViewVC 1.1.26