Changeset ad7a6c9 in mainline for uspace/lib/net/generic/generic.c
- Timestamp:
- 2011-03-30T13:10:24Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4ae90f9
- Parents:
- 6e50466 (diff), d6b81941 (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
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/net/generic/generic.c
r6e50466 rad7a6c9 36 36 37 37 #include <generic.h> 38 39 38 #include <async.h> 40 #include <ipc/ipc.h>41 39 #include <ipc/services.h> 42 43 40 #include <net/device.h> 44 41 #include <adt/measured_strings.h> … … 100 97 int 101 98 generic_get_addr_req(int phone, int message, device_id_t device_id, 102 measured_string_t **address, char **data)99 measured_string_t **address, uint8_t **data) 103 100 { 104 101 aid_t message_id; … … 234 231 generic_translate_req(int phone, int message, device_id_t device_id, 235 232 services_t service, measured_string_t *configuration, size_t count, 236 measured_string_t **translation, char**data)233 measured_string_t **translation, uint8_t **data) 237 234 { 238 235 aid_t message_id;
Note:
See TracChangeset
for help on using the changeset viewer.