pass the initialize_cmplt

This commit is contained in:
hathach
2013-07-06 19:06:30 +07:00
parent 25304d142f
commit 0e14752c81
4 changed files with 28 additions and 15 deletions

View File

@@ -62,6 +62,7 @@
typedef struct {
OSAL_SEM_DEF(semaphore_notification);
osal_semaphore_handle_t sem_notification_hdl; // used to wait on notification pipe
uint32_t max_xfer_size; // got from device's msg initialize complete
}rndish_data_t;
void rndish_init(void);