David Gibson | 6c8ebe3 | 2020-04-08 15:10:03 +1000 | [diff] [blame] | 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 */ |