Changeset cf9cb36 in mainline for uspace/lib/nic/include
- Timestamp:
- 2012-01-22T13:41:20Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb2efc7
- Parents:
- 8d7ec69d
- Location:
- uspace/lib/nic/include
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/nic/include/nic_driver.h
r8d7ec69d rcf9cb36 44 44 45 45 #include <fibril_synch.h> 46 #include <n et/device.h>46 #include <nic/nic.h> 47 47 #include <async.h> 48 48 -
uspace/lib/nic/include/nic_ev.h
r8d7ec69d rcf9cb36 40 40 41 41 #include <async.h> 42 /* XXX for nic_device_id_t and nic_address_t */ 43 #include <net/device.h> 42 #include <nic/nic.h> 44 43 #include <sys/types.h> 45 44 -
uspace/lib/nic/include/nic_impl.h
r8d7ec69d rcf9cb36 40 40 41 41 #include <assert.h> 42 #include <n et/device.h>42 #include <nic/nic.h> 43 43 #include <ddf/driver.h> 44 #include <nil_remote.h>45 44 46 45 /* Inclusion of this file is not prohibited, because drivers could want to -
uspace/lib/nic/include/nic_rx_control.h
r8d7ec69d rcf9cb36 45 45 #include <adt/hash_table.h> 46 46 #include <fibril_synch.h> 47 #include <n et/device.h>47 #include <nic/nic.h> 48 48 49 49 #include "nic_addr_db.h" -
uspace/lib/nic/include/nic_wol_virtues.h
r8d7ec69d rcf9cb36 43 43 #endif 44 44 45 #include <n et/device.h>45 #include <nic/nic.h> 46 46 #include <adt/hash_table.h> 47 47 #include "nic.h"
Note:
See TracChangeset
for help on using the changeset viewer.