aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ppc/pef.h
blob: 707dbe524c42553d851e1be10b2a21ece056df65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 * PEF (Protected Execution Facility) for POWER support
 *
 * Copyright Red Hat.
 *
 * This work is licensed under the terms of the GNU GPL, version 2 or later.
 * See the COPYING file in the top-level directory.
 *
 */

#ifndef HW_PPC_PEF_H
#define HW_PPC_PEF_H

int pef_kvm_init(ConfidentialGuestSupport *cgs, Error **errp);
int pef_kvm_reset(ConfidentialGuestSupport *cgs, Error **errp);

#endif /* HW_PPC_PEF_H */