]>
git.saurik.com Git - apple/xnu.git/blob - iokit/Families/IODVDStorage/IODVDMedia.cpp
2 * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * The contents of this file constitute Original Code as defined in and
7 * are subject to the Apple Public Source License Version 1.1 (the
8 * "License"). You may not use this file except in compliance with the
9 * License. Please obtain a copy of the License at
10 * http://www.apple.com/publicsource and read it before using this file.
12 * This Original Code and all software distributed under the License are
13 * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
14 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
15 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
16 * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT. Please see the
17 * License for the specific language governing rights and limitations
20 * @APPLE_LICENSE_HEADER_END@
23 #include <IOKit/storage/IODVDBlockStorageDriver.h>
24 #include <IOKit/storage/IODVDMedia.h>
27 OSDefineMetaClassAndStructors(IODVDMedia
, IOMedia
)
29 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
31 IODVDBlockStorageDriver
* IODVDMedia::getProvider() const
34 // Obtain this object's provider. We override the superclass's method to
35 // return a more specific subclass of IOService -- IODVDBlockStorageDriver.
36 // This method serves simply as a convenience to subclass developers.
39 return (IODVDBlockStorageDriver
*) IOService::getProvider();
42 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
44 OSMetaClassDefineReservedUnused(IODVDMedia
, 0);
46 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
48 OSMetaClassDefineReservedUnused(IODVDMedia
, 1);
50 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
52 OSMetaClassDefineReservedUnused(IODVDMedia
, 2);
54 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
56 OSMetaClassDefineReservedUnused(IODVDMedia
, 3);
58 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
60 OSMetaClassDefineReservedUnused(IODVDMedia
, 4);
62 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
64 OSMetaClassDefineReservedUnused(IODVDMedia
, 5);
66 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
68 OSMetaClassDefineReservedUnused(IODVDMedia
, 6);
70 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
72 OSMetaClassDefineReservedUnused(IODVDMedia
, 7);
74 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
76 OSMetaClassDefineReservedUnused(IODVDMedia
, 8);
78 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
80 OSMetaClassDefineReservedUnused(IODVDMedia
, 9);
82 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
84 OSMetaClassDefineReservedUnused(IODVDMedia
, 10);
86 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
88 OSMetaClassDefineReservedUnused(IODVDMedia
, 11);
90 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
92 OSMetaClassDefineReservedUnused(IODVDMedia
, 12);
94 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
96 OSMetaClassDefineReservedUnused(IODVDMedia
, 13);
98 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
100 OSMetaClassDefineReservedUnused(IODVDMedia
, 14);
102 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
104 OSMetaClassDefineReservedUnused(IODVDMedia
, 15);
106 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
108 OSMetaClassDefineReservedUnused(IODVDMedia
, 16);
110 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
112 OSMetaClassDefineReservedUnused(IODVDMedia
, 17);
114 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
116 OSMetaClassDefineReservedUnused(IODVDMedia
, 18);
118 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
120 OSMetaClassDefineReservedUnused(IODVDMedia
, 19);
122 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
124 OSMetaClassDefineReservedUnused(IODVDMedia
, 20);
126 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
128 OSMetaClassDefineReservedUnused(IODVDMedia
, 21);
130 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
132 OSMetaClassDefineReservedUnused(IODVDMedia
, 22);
134 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
136 OSMetaClassDefineReservedUnused(IODVDMedia
, 23);
138 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
140 OSMetaClassDefineReservedUnused(IODVDMedia
, 24);
142 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
144 OSMetaClassDefineReservedUnused(IODVDMedia
, 25);
146 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
148 OSMetaClassDefineReservedUnused(IODVDMedia
, 26);
150 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
152 OSMetaClassDefineReservedUnused(IODVDMedia
, 27);
154 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
156 OSMetaClassDefineReservedUnused(IODVDMedia
, 28);
158 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
160 OSMetaClassDefineReservedUnused(IODVDMedia
, 29);
162 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
164 OSMetaClassDefineReservedUnused(IODVDMedia
, 30);
166 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
168 OSMetaClassDefineReservedUnused(IODVDMedia
, 31);