]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - include/lldb/lldb-private.h
Vendor import of lldb release_39 branch r276489:
[FreeBSD/FreeBSD.git] / include / lldb / lldb-private.h
1 //===-- lldb-private.h ------------------------------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9
10 #ifndef lldb_lldb_private_h_
11 #define lldb_lldb_private_h_
12
13 #if defined(__cplusplus)
14
15 #ifdef _WIN32
16 #include "lldb/Host/windows/win32.h"
17 #endif
18
19 #ifdef __ANDROID_NDK__
20 #include "lldb/Host/android/Android.h"
21 #endif
22
23 #include "lldb/lldb-public.h"
24 #include "lldb/lldb-private-enumerations.h"
25 #include "lldb/lldb-private-interfaces.h"
26 #include "lldb/lldb-private-types.h"
27 #include "lldb/lldb-private-defines.h"
28
29 namespace lldb_private {
30
31 const char *
32 GetVersion ();
33
34 } // namespace lldb_private
35
36
37 #endif  // defined(__cplusplus)
38
39
40 #endif  // lldb_lldb_private_h_