|
@@ -331,7 +331,7 @@ struct qemu_plugin_hwaddr *qemu_plugin_get_hwaddr(qemu_plugin_meminfo_t info,
|
|
* to return information about it. For non-IO accesses the device
|
|
* to return information about it. For non-IO accesses the device
|
|
* offset will be into the appropriate block of RAM.
|
|
* offset will be into the appropriate block of RAM.
|
|
*/
|
|
*/
|
|
-bool qemu_plugin_hwaddr_is_io(struct qemu_plugin_hwaddr *hwaddr);
|
|
|
|
|
|
+bool qemu_plugin_hwaddr_is_io(const struct qemu_plugin_hwaddr *haddr);
|
|
uint64_t qemu_plugin_hwaddr_device_offset(const struct qemu_plugin_hwaddr *haddr);
|
|
uint64_t qemu_plugin_hwaddr_device_offset(const struct qemu_plugin_hwaddr *haddr);
|
|
|
|
|
|
typedef void
|
|
typedef void
|