]> Git Repo - qemu.git/blame - target-ppc/kvm_ppc.h
Fix in file qemu-sockets.c
[qemu.git] / target-ppc / kvm_ppc.h
CommitLineData
d76d1650
AJ
1/*
2 * Copyright 2008 IBM Corporation.
3 * Authors: Hollis Blanchard <[email protected]>
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
12void kvmppc_init(void);
13void kvmppc_fdt_update(void *fdt);
ea23bc20
AJ
14int kvmppc_read_host_property(const char *node_path, const char *prop,
15 void *val, size_t len);
d76d1650
AJ
16
17#endif /* __KVM_PPC_H__ */
This page took 0.095141 seconds and 4 git commands to generate.