Changeset 9c2d19d in mainline for uspace/lib
- Timestamp:
- 2012-04-04T19:17:31Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e2952b
- Parents:
- 5b0a3946 (diff), e882e3a (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. - Location:
- uspace/lib
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/net_remote.c
r5b0a3946 r9c2d19d 40 40 #include <malloc.h> 41 41 #include <async.h> 42 #include <devman.h>43 42 #include <generic.h> 44 43 #include <net/modules.h> -
uspace/lib/usb/src/ddfiface.c
r5b0a3946 r9c2d19d 33 33 * Implementations of DDF interfaces functions (actual implementation). 34 34 */ 35 #include <ipc/devman.h>36 35 #include <devman.h> 37 36 #include <async.h> -
uspace/lib/usbvirt/src/ipc_dev.c
r5b0a3946 r9c2d19d 38 38 #include <assert.h> 39 39 #include <async.h> 40 #include <devman.h>41 40 #include <usbvirt/device.h> 42 41 #include <usbvirt/ipc.h> -
uspace/lib/usbvirt/src/ipc_hc.c
r5b0a3946 r9c2d19d 38 38 #include <assert.h> 39 39 #include <async.h> 40 #include <devman.h>41 40 #include <usbvirt/device.h> 42 41 #include <usbvirt/ipc.h>
Note:
See TracChangeset
for help on using the changeset viewer.