|
|
1.1 root 1: /*
2: * Copyright (c) 1998-2000 Apple Computer, Inc. All rights reserved.
3: *
4: * @APPLE_LICENSE_HEADER_START@
5: *
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.
11: *
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
18: * under the License.
19: *
20: * @APPLE_LICENSE_HEADER_END@
21: */
22: /*
23: * Copyright (c) 1999 Apple Computer, Inc. All rights reserved.
24: *
25: * Common symbol definitions for IOKit.
26: *
27: * HISTORY
28: *
29: */
30:
31:
32: #ifndef _IOKIT_IOKITKEYS_H
33: #define _IOKIT_IOKITKEYS_H
34:
35: // properties found in the registry root
36: #define kIOKitBuildVersionKey "IOKitBuildVersion"
37: #define kIOKitDiagnosticsKey "IOKitDiagnostics"
38: // a dictionary keyed by plane name
39: #define kIORegistryPlanesKey "IORegistryPlanes"
40: #define kIOCatalogueKey "IOCatalogue"
41:
42: // registry plane names
43: #define kIOServicePlane "IOService"
44: #define kIOPowerPlane "IOPower"
45: #define kIODeviceTreePlane "IODeviceTree"
46: #define kIOAudioPlane "IOAudio"
47: #define kIOFireWirePlane "IOFireWire"
48:
49: // IOService class name
50: #define kIOServiceClass "IOService"
51:
52: // IOResources class name
53: #define kIOResourcesClass "IOResources"
54:
55: // IOService driver probing property names
56: #define kIOClassKey "IOClass"
57: #define kIOProbeScoreKey "IOProbeScore"
58: #define kIOKitDebugKey "IOKitDebug"
59:
60: // IOService matching property names
61: #define kIOProviderClassKey "IOProviderClass"
62: #define kIONameMatchKey "IONameMatch"
63: #define kIOPathMatchKey "IOPathMatch"
64: #define kIOLocationMatchKey "IOLocationMatch"
65: #define kIOResourceMatchKey "IOResourceMatch"
66:
67: #define kIONameMatchedKey "IONameMatched"
68:
69: #define kIOMatchCategoryKey "IOMatchCategory"
70: #define kIODefaultMatchCategoryKey "IODefaultMatchCategory"
71:
72: // IOService notification types
73: #define kIOPublishNotification "IOServicePublish"
74: #define kIOFirstPublishNotification "IOServiceFirstPublish"
75: #define kIOMatchedNotification "IOServiceMatched"
76: #define kIOFirstMatchNotification "IOServiceFirstMatch"
77: #define kIOTerminatedNotification "IOServiceTerminate"
78:
79: // IOService interest notification types
80: #define kIOGeneralInterest "IOGeneralInterest"
81: #define kIOBusyInterest "IOBusyInterest"
82:
83: // IOService interest notification types
84: #define kIOCFPlugInTypesKey "IOCFPlugInTypes"
85:
86:
87: #endif /* ! _IOKIT_IOKITKEYS_H */
88:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.