~vcs-imports/qemu/git

« back to all changes in this revision

Viewing changes to target-ppc/kvm_ppc.h

  • Committer: Blue Swirl
  • Date: 2009-08-31 15:14:40 UTC
  • Revision ID: git-v1:528e93a9787ccfc59582a44035f5f342caf5b84f
Fix breakage due to __thread

Thread-local storage is not supported on all hosts.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2008 IBM Corporation.
 
3
 * Authors: Hollis Blanchard <hollisb@us.ibm.com>
 
4
 *
 
5
 * This work is licensed under the GNU GPL license version 2 or later.
 
6
 *
 
7
 */
 
8
 
 
9
#ifndef __KVM_PPC_H__
 
10
#define __KVM_PPC_H__
 
11
 
 
12
void kvmppc_init(void);
 
13
void kvmppc_fdt_update(void *fdt);
 
14
int kvmppc_read_host_property(const char *node_path, const char *prop,
 
15
                                     void *val, size_t len);
 
16
 
 
17
#endif /* __KVM_PPC_H__ */