Changeset fa76f81 in mainline for uspace/lib
- Timestamp:
- 2011-11-14T08:40:44Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2966122
- Parents:
- c2245a3 (diff), 612ad864 (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:
-
- 2 edited
-
drv/generic/remote_pci.c (modified) (1 diff)
-
net/tl/tl_common.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/drv/generic/remote_pci.c
rc2245a3 rfa76f81 32 32 /** @file 33 33 */ 34 34 35 #include <assert.h> 35 36 #include <async.h> -
uspace/lib/net/tl/tl_common.c
rc2245a3 rfa76f81 158 158 * @return ENOENT if the packet dimension is not cached. 159 159 */ 160 int 161 tl_update_ip_packet_dimension(packet_dimensions_t *packet_dimensions, 160 int tl_update_ip_packet_dimension(packet_dimensions_t *packet_dimensions, 162 161 nic_device_id_t device_id, size_t content) 163 162 {
Note:
See TracChangeset
for help on using the changeset viewer.
