]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/open-amp.git/blobdiff - lib/include/openamp/hil.h
hil: add hil_notified
[processor-sdk/open-amp.git] / lib / include / openamp / hil.h
index 4fc6e1d857cd2b3d685811f8a21754484663da85..b8a7de721e0c41537e52806b4bb3675da4d73e12 100644 (file)
@@ -237,16 +237,17 @@ void hil_delete_proc(struct hil_proc *proc);
 int hil_init_proc(struct hil_proc *proc);
 
 /**
- * hil_isr()
+ * hil_notified()
  *
- * This function is called when interrupt is received for the vring.
+ * This function is called when notification is received.
  * This function gets the corresponding virtqueue and generates
  * call back for it.
  *
- * @param vring_hw   - pointer to vring control block
+ * @param proc   - pointer to hil_proc
+ * @param notifyid - notifyid
  *
  */
-void hil_isr(struct proc_vring *vring_hw);
+void hil_notified(struct hil_proc *proc, uint32_t notifyid);
 
 /**
  * hil_get_vdev_info