blob: 707dbe524c42553d851e1be10b2a21ece056df65 [file] [log] [blame]
David Gibson6c8ebe32020-04-08 15:10:03 +10001/*
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
14int pef_kvm_init(ConfidentialGuestSupport *cgs, Error **errp);
15int pef_kvm_reset(ConfidentialGuestSupport *cgs, Error **errp);
16
17#endif /* HW_PPC_PEF_H */