vfio/iova_bitmap: Export more API symbols
authorJoao Martins <joao.m.martins@oracle.com>
Tue, 24 Oct 2023 13:50:52 +0000 (14:50 +0100)
committerJason Gunthorpe <jgg@nvidia.com>
Tue, 24 Oct 2023 14:58:42 +0000 (11:58 -0300)
commit53f0b020218fcc0a56a11df39630dbd379e4d9a6
tree0682c67488654f8c46028ead05f55a066d28e931
parentb5f9e63278d6f32789478acf1ed41d21d92b36cf
vfio/iova_bitmap: Export more API symbols

In preparation to move iova_bitmap into iommufd, export the rest of API
symbols that will be used in what could be used by modules, namely:

iova_bitmap_alloc
iova_bitmap_free
iova_bitmap_for_each

Link: https://lore.kernel.org/r/20231024135109.73787-2-joao.m.martins@oracle.com
Suggested-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Joao Martins <joao.m.martins@oracle.com>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Reviewed-by: Kevin Tian <kevin.tian@intel.com>
Reviewed-by: Alex Williamson <alex.williamson@redhat.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
drivers/vfio/iova_bitmap.c