mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-07 20:00:13 +00:00
hv: use int32_t replace int
Since it's typedef in "include/lib/types.h" Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com>
This commit is contained in:
@@ -38,7 +38,7 @@ struct pci_vdev_ops {
|
||||
|
||||
int32_t (*deinit)(struct pci_vdev *vdev);
|
||||
|
||||
int (*cfgwrite)(struct pci_vdev *vdev, uint32_t offset,
|
||||
int32_t (*cfgwrite)(struct pci_vdev *vdev, uint32_t offset,
|
||||
uint32_t bytes, uint32_t val);
|
||||
|
||||
int32_t (*cfgread)(struct pci_vdev *vdev, uint32_t offset,
|
||||
|
Reference in New Issue
Block a user