summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Host/Endian.h
blob: 5d1e848ef31d8c3401847c2de957223216d5f14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//===-- Endian.h ------------------------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef liblldb_host_endian_h_
#define liblldb_host_endian_h_

// TODO: come up with a more lldb specific solution instead of relying on
// macosx <machine/endian.h>....

#include <machine/endian.h>

#endif  // liblldb_host_endian_h_

OpenPOWER on IntegriCloud