1/*
2 *  prefix.h
3 *  IOFireWireFamily
4 *
5 *  Created by Niels on Tue Mar 11 2003.
6 *  Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
7 *
8 * $Log: prefix.h,v $
9 * Revision 1.4  2007/02/07 06:35:21  collin
10 * *** empty log message ***
11 *
12 * Revision 1.3  2004/03/03 19:53:37  niels
13 * fix prefix header for native target building
14 *
15 * Revision 1.2  2003/07/21 06:52:59  niels
16 * merge isoch to TOT
17 *
18 * Revision 1.1.2.1  2003/07/01 20:54:07  niels
19 * isoch merge
20 *
21 */
22
23#ifdef __cplusplus
24
25// system
26#import <IOKit/system.h>
27#import <IOKit/assert.h>
28
29#import <IOKit/IOTypes.h>
30#import <IOKit/IOService.h>
31#import <IOKit/IOKitKeys.h>
32#import <IOKit/IOBufferMemoryDescriptor.h>
33#import <IOKit/IOTimerEventSource.h>
34#import <IOKit/IOMessage.h>
35#import <IOKit/IODeviceTreeSupport.h>
36#import <IOKit/IOWorkLoop.h>
37#import <IOKit/IOCommand.h>
38#import <IOKit/IOLib.h>
39#import <IOKit/IOLocks.h>
40#import <IOKit/IOEventSource.h>
41#import <IOKit/IOReturn.h>
42#import <IOKit/IOUserClient.h>
43#import <IOKit/OSMessageNotification.h>
44
45#import <libkern/OSAtomic.h>
46
47#import <libkern/c++/OSData.h>
48#import <libkern/c++/OSArray.h>
49#import <libkern/c++/OSObject.h>
50#import <libkern/c++/OSString.h>
51#import <libkern/c++/OSIterator.h>
52#import <libkern/c++/OSSet.h>
53#include <libkern/c++/OSCollectionIterator.h>
54
55#import <IOKit/firewire/IOFireWireFamilyCommon.h>
56
57#import <sys/proc.h>
58
59#endif
60