Statistics
| Branch: | Revision:

root / target-ppc / kvm_ppc.h @ ea23bc20

History | View | Annotate | Download (434 Bytes)

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