master/master.h
branchstable-1.5
changeset 2529 c7e1f2616a9d
parent 2522 ec403cf308eb
child 2530 f8b779c9794e
equal deleted inserted replaced
2528:8bb574da5da2 2529:c7e1f2616a9d
   303     void (*app_receive_cb)(void *); /**< Application's receive datagrams
   303     void (*app_receive_cb)(void *); /**< Application's receive datagrams
   304                                       callback. */
   304                                       callback. */
   305     void *app_cb_data; /**< Application callback data. */
   305     void *app_cb_data; /**< Application callback data. */
   306 
   306 
   307     struct list_head sii_requests; /**< SII write requests. */
   307     struct list_head sii_requests; /**< SII write requests. */
       
   308     struct list_head emerg_reg_requests; /**< Emergency register access
       
   309                                            requests. */
   308 
   310 
   309     wait_queue_head_t request_queue; /**< Wait queue for external requests
   311     wait_queue_head_t request_queue; /**< Wait queue for external requests
   310                                        from user space. */
   312                                        from user space. */
   311 };
   313 };
   312 
   314