The Android Open Source Project | 52d4c30 | 2009-03-03 19:29:09 -0800 | [diff] [blame^] | 1 | /* |
2 | * Copyright 2007 The Android Open Source Project | ||||
3 | * | ||||
4 | * Common defines and includes. | ||||
5 | */ | ||||
6 | #ifndef _WRAPSIM_COMMON_H | ||||
7 | #define _WRAPSIM_COMMON_H | ||||
8 | |||||
9 | #include <unistd.h> | ||||
10 | #include <sys/types.h> | ||||
11 | |||||
12 | #include "BitVector.h" | ||||
13 | #include "FakeDev.h" | ||||
14 | #include "Log.h" | ||||
15 | #include "SimMgr.h" | ||||
16 | #include "Globals.h" | ||||
17 | |||||
18 | #endif /*_WRAPSIM_COMMON_H*/ |