blob: 134b83a62461cbe9409bbe42057fb4134d84dcd1 [file] [log] [blame]
/*
* 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 */