Changeset 8b5690f in mainline for uspace/srv/net/net/net.h


Ignore:
Timestamp:
2011-02-03T05:11:01Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ba38f72c
Parents:
22027b6e (diff), 86d7bfa (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.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/net/net.h

    r22027b6e r8b5690f  
    3939#define NET_NET_H_
    4040
    41 #include <ipc/ipc.h>
    42 
    4341#include <net/device.h>
    4442#include <adt/char_map.h>
     
    5250 */
    5351
    54 #define DP8390_FILENAME  "/srv/dp8390"
    55 #define DP8390_NAME      "dp8390"
     52#define NE2000_FILENAME  "/srv/ne2000"
     53#define NE2000_NAME      "ne2000"
    5654
    5755#define ETHERNET_FILENAME  "/srv/eth"
     
    135133extern int add_configuration(measured_strings_t *, const uint8_t *,
    136134    const uint8_t *);
    137 extern int net_module_message(ipc_callid_t, ipc_call_t *, ipc_call_t *, int *);
     135extern int net_module_message(ipc_callid_t, ipc_call_t *, ipc_call_t *, size_t *);
    138136extern int net_initialize_build(async_client_conn_t);
    139 extern int net_message(ipc_callid_t, ipc_call_t *, ipc_call_t *, int *);
     137extern int net_message(ipc_callid_t, ipc_call_t *, ipc_call_t *, size_t *);
    140138
    141139#endif
Note: See TracChangeset for help on using the changeset viewer.