00001 /* 00002 * Copyright 2008 IBM Corporation. 00003 * Authors: Hollis Blanchard <hollisb@us.ibm.com> 00004 * 00005 * This work is licensed under the GNU GPL license version 2 or later. 00006 * 00007 */ 00008 00009 #ifndef __KVM_PPC_H__ 00010 #define __KVM_PPC_H__ 00011 00012 void kvmppc_init(void); 00013 void kvmppc_fdt_update(void *fdt); 00014 int kvmppc_read_host_property(const char *node_path, const char *prop, 00015 void *val, size_t len); 00016 00017 #endif /* __KVM_PPC_H__ */