1/*
2 *  prefix.h
3 *  IOFireWireFamily
4 *
5 *  Created by Niels on Fri Feb 21 2003.
6 *  Copyright (c) 2003 __MyCompanyName__. All rights reserved.
7 *
8 */
9
10#ifdef __cplusplus
11
12extern "C++" {
13
14#import <CoreFoundation/CoreFoundation.h>
15#import <IOKit/IOCFPlugIn.h>
16
17// system
18#import <mach/mach.h>
19#import <IOKit/IOKitLib.h>
20#import <IOKit/iokitmig.h>
21#import <exception>
22#import <assert.h>
23#import <pthread.h>
24#import <unistd.h>
25
26}
27
28#endif
29