aboutsummaryrefslogtreecommitdiff
path: root/target-ppc/kvm_ppc.h
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2010-02-19 13:02:10 -0600
committerAnthony Liguori <aliguori@us.ibm.com>2010-02-19 13:02:10 -0600
commit9edf5051f331d183056293860ef4a20ed5abf13b (patch)
treed5eb2efd62f3054cf501e6020c47c0d631bf358b /target-ppc/kvm_ppc.h
parent2583ba97ef1de6040b7d0afd2b66737515de5423 (diff)
parenta408b1de524d47f475a0225d64d0958d70ae779d (diff)
Merge remote branch 'mst/for_anthony' into staging
Diffstat (limited to 'target-ppc/kvm_ppc.h')
-rw-r--r--target-ppc/kvm_ppc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/target-ppc/kvm_ppc.h b/target-ppc/kvm_ppc.h
index 3792ef7251..e8d66e88e4 100644
--- a/target-ppc/kvm_ppc.h
+++ b/target-ppc/kvm_ppc.h
@@ -14,4 +14,6 @@ void kvmppc_fdt_update(void *fdt);
int kvmppc_read_host_property(const char *node_path, const char *prop,
void *val, size_t len);
+uint32_t kvmppc_get_tbfreq(void);
+
#endif /* __KVM_PPC_H__ */