mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 15:14:27 +00:00
Export the following functions as global instead of static so that they can be called/referred outside of the files where they are declared: vdev_pt_init vdev_pt_deinit vdev_pt_cfgread vdev_pt_cfgwrite vdev_hostbridge_init vdev_hostbridge_deinit vdev_hostbridge_cfgread vdev_hostbridge_cfgwrite This is in preparation for removal of the partition modes vdev ops, and call them directly instead. Tracked-On: #2534 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>