ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/include/sys.h
(Generate patch)

Comparing BasiliskII/src/include/sys.h (file contents):
Revision 1.6 by gbeauche, 2005-01-30T21:42:15Z vs.
Revision 1.7 by gbeauche, 2006-05-08T12:15:58Z

# Line 21 | Line 21
21   #ifndef SYS_H
22   #define SYS_H
23  
24 + // Supported media types
25 + enum {
26 +        MEDIA_FLOPPY            = 1,
27 +        MEDIA_CD                        = 2,
28 +        MEDIA_HD                        = 4,
29 +        MEDIA_REMOVABLE         = MEDIA_FLOPPY | MEDIA_CD
30 + };
31 +
32   extern void SysInit(void);
33   extern void SysExit(void);
34  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines