Revision ea23bc20

b/target-ppc/kvm_ppc.c
22 22
static unsigned int kvmppc_timer_rate;
23 23

  
24 24
#ifdef HAVE_FDT
25
static int kvmppc_read_host_property(const char *node_path, const char *prop,
25
int kvmppc_read_host_property(const char *node_path, const char *prop,
26 26
                                     void *val, size_t len)
27 27
{
28 28
    char *path;
b/target-ppc/kvm_ppc.h
11 11

  
12 12
void kvmppc_init(void);
13 13
void kvmppc_fdt_update(void *fdt);
14
int kvmppc_read_host_property(const char *node_path, const char *prop,
15
                                     void *val, size_t len);
14 16

  
15 17
#endif /* __KVM_PPC_H__ */

Also available in: Unified diff