index afea963c7eb87ec7ff97747be19c23e9f68f85cd..35edf213afeba468c8c9d0dfc7e0f870d2be27fa 100644 (file)
*/
void hil_free_vqs(struct virtio_device *vdev);
+/**
+ * hil_enable_vdev_notification()
+ *
+ * This function enable handler for vdev notification.
+ *
+ * @param proc - pointer to hil_proc
+ * @param id - vdev index
+ *
+ * @return - execution status
+ */
+int hil_enable_vdev_notification(struct hil_proc *proc, int id);
+
/**
* hil_enable_vring_notifications()
*