Changeset 132ab5d1 in mainline for uspace/app/kio/kio.c
- Timestamp:
- 2018-01-30T03:20:45Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5a6cc679
- Parents:
- 8bfb163 (diff), 6a5d05b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/app/kio/kio.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/kio/kio.c
r8bfb163 r132ab5d1 43 43 #include <io/kio.h> 44 44 #include <sysinfo.h> 45 #include < malloc.h>45 #include <stdlib.h> 46 46 #include <fibril_synch.h> 47 47 #include <adt/list.h> … … 144 144 * Receives kernel kio notifications. 145 145 * 146 * @param callid IPC call ID147 146 * @param call IPC call structure 148 147 * @param arg Local argument 149 148 * 150 149 */ 151 static void kio_notification_handler(ipc_callid_t callid, ipc_call_t *call, 152 void *arg) 150 static void kio_notification_handler(ipc_call_t *call, void *arg) 153 151 { 154 152 /*
Note:
See TracChangeset
for help on using the changeset viewer.
