1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
/* * VFIO CPR * * Copyright (c) 2025 Oracle and/or its affiliates. * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef HW_VFIO_CPR_H #define HW_VFIO_CPR_H bool vfio_cpr_register_container(VFIOContainerBase *bcontainer, Error **errp); void vfio_cpr_unregister_container(VFIOContainerBase *bcontainer); #endif /* HW_VFIO_CPR_H */