hw/arm/xlnx-zynqmp: Remove obsolete 'has_rpu' property
[qemu/ar7.git] / include / hw / ppc / pef.h
blob707dbe524c42553d851e1be10b2a21ece056df65
1 /*
2 * PEF (Protected Execution Facility) for POWER support
4 * Copyright Red Hat.
6 * This work is licensed under the terms of the GNU GPL, version 2 or later.
7 * See the COPYING file in the top-level directory.
9 */
11 #ifndef HW_PPC_PEF_H
12 #define HW_PPC_PEF_H
14 int pef_kvm_init(ConfidentialGuestSupport *cgs, Error **errp);
15 int pef_kvm_reset(ConfidentialGuestSupport *cgs, Error **errp);
17 #endif /* HW_PPC_PEF_H */