|
@@ -120,9 +120,9 @@ typedef enum {
|
|
|
|
|
|
|
|
|
//Callback used by all services / bulk transfers
|
|
|
-typedef void (*VCHI_CALLBACK_T)( void *callback_param, //my service local param
|
|
|
+typedef void (*VCHI_CALLBACK_T)(void *callback_param, //my service local param
|
|
|
VCHI_CALLBACK_REASON_T reason,
|
|
|
- void *handle ); //for transmitting msg's only
|
|
|
+ void *handle); //for transmitting msg's only
|
|
|
|
|
|
|
|
|
|