Changeset c7a8442 in mainline for uspace/srv/net/nil
- Timestamp:
- 2010-10-06T21:09:03Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9e2e0e
- Parents:
- 88e127ee
- Location:
- uspace/srv/net/nil
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/eth/eth.c
r88e127ee rc7a8442 48 48 49 49 #include <net_messages.h> 50 #include <net _modules.h>50 #include <net/modules.h> 51 51 #include <net_checksum.h> 52 52 #include <ethernet_lsap.h> -
uspace/srv/net/nil/eth/eth_module.c
r88e127ee rc7a8442 43 43 #include <ipc/services.h> 44 44 45 #include <net _modules.h>45 #include <net/modules.h> 46 46 #include <net_interface.h> 47 47 #include <packet/packet.h> -
uspace/srv/net/nil/nildummy/nildummy.c
r88e127ee rc7a8442 46 46 47 47 #include <net_messages.h> 48 #include <net _modules.h>48 #include <net/modules.h> 49 49 #include <net_device.h> 50 50 #include <netif_interface.h> -
uspace/srv/net/nil/nildummy/nildummy_module.c
r88e127ee rc7a8442 43 43 #include <ipc/services.h> 44 44 45 #include <net _modules.h>45 #include <net/modules.h> 46 46 #include <net_interface.h> 47 47 #include <packet/packet.h>
Note:
See TracChangeset
for help on using the changeset viewer.