symbian-qemu-0.9.1-12/qemu-symbian-svp/target-ppc/kvm_ppc.h
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 /*
       
     2  * Copyright 2008 IBM Corporation.
       
     3  * Authors: Hollis Blanchard <hollisb@us.ibm.com>
       
     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 
       
    12 void kvmppc_init(void);
       
    13 void kvmppc_fdt_update(void *fdt);
       
    14 
       
    15 #endif /* __KVM_PPC_H__ */