Changeset 3be9d10 in mainline for uspace/drv/block/usbmast
- Timestamp:
- 2018-03-21T21:29:31Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/usbmast/main.c
readaeae8 r3be9d10 79 79 80 80 static errno_t usbmast_fun_create(usbmast_dev_t *mdev, unsigned lun); 81 static void usbmast_bd_connection( ipc_callid_t iid, ipc_call_t *icall,81 static void usbmast_bd_connection(cap_call_handle_t iid, ipc_call_t *icall, 82 82 void *arg); 83 83 … … 317 317 318 318 /** Blockdev client connection handler. */ 319 static void usbmast_bd_connection( ipc_callid_t iid, ipc_call_t *icall,319 static void usbmast_bd_connection(cap_call_handle_t iid, ipc_call_t *icall, 320 320 void *arg) 321 321 {
Note:
See TracChangeset
for help on using the changeset viewer.