Commit c6690350 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

SYSLINK DUCATI change the the proc control structure

This patch updates the proc_ctrl structure in sync with
Ducati side structure.
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent 77073997
...@@ -91,6 +91,7 @@ struct notify_shmdrv_proc_ctrl { ...@@ -91,6 +91,7 @@ struct notify_shmdrv_proc_ctrl {
unsigned long int send_init_status; unsigned long int send_init_status;
unsigned long int padding[28]; unsigned long int padding[28];
struct notify_shmdrv_eventreg_mask reg_mask; struct notify_shmdrv_eventreg_mask reg_mask;
struct notify_shmdrv_eventreg *reg_chart;
}; };
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment