summaryrefslogtreecommitdiffstats
path: root/llvm/include/qemu-types.h
blob: f2430e0c35d5bf5ca034eb58c6a5c3370c92b996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 *  (C) 2016 by Computer System Laboratory, IIS, Academia Sinica, Taiwan.
 *      See COPYRIGHT in top-level directory.
 */

#ifndef __QEMU_TYPES_H
#define __QEMU_TYPES_H

extern "C" {
#include "cpu.h"
#include "exec/tb-hash.h"
#include "exec/exec-all.h"
#include "exec/helper-proto.h"
#include "exec/cpu_ldst.h"
#include "tcg/tcg.h"
#include "qemu/atomic.h"
#include "hqemu.h"

extern uint8_t *tb_ret_addr;
extern uint8_t *ibtc_ret_addr;

}

#ifdef inline
#undef inline
#endif

#endif

/*
 * vim: ts=8 sts=4 sw=4 expandtab
 */

OpenPOWER on IntegriCloud