Statistics
| Branch: | Revision:

root / target-ppc / kvm_ppc.h @ 1dd9ffb9

History | View | Annotate | Download (302 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 d76d1650 aurel32
15 d76d1650 aurel32
#endif /* __KVM_PPC_H__ */