xref: /openbmc/qemu/include/hw/ppc/pef.h (revision b355f08a)
1 /*
2  * PEF (Protected Execution Facility) for POWER support
3  *
4  * Copyright Red Hat.
5  *
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.
8  *
9  */
10 
11 #ifndef HW_PPC_PEF_H
12 #define HW_PPC_PEF_H
13 
14 int pef_kvm_init(ConfidentialGuestSupport *cgs, Error **errp);
15 int pef_kvm_reset(ConfidentialGuestSupport *cgs, Error **errp);
16 
17 #endif /* HW_PPC_PEF_H */
18