Changeset 59ecd4a in mainline for uspace/srv/net/net/net.h


Ignore:
Timestamp:
2010-04-04T21:41:47Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5db9084
Parents:
36a75a2 (diff), ee7e82a9 (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

    r36a75a2 r59ecd4a  
    4040#include <ipc/ipc.h>
    4141
    42 #include "../include/device.h"
    43 
    44 #include "../structures/char_map.h"
    45 #include "../structures/generic_char_map.h"
    46 #include "../structures/measured_strings.h"
    47 #include "../structures/module_map.h"
    48 #include "../structures/packet/packet.h"
     42#include <net_device.h>
     43#include <adt/char_map.h>
     44#include <adt/generic_char_map.h>
     45#include <adt/measured_strings.h>
     46#include <adt/module_map.h>
     47#include <packet/packet.h>
    4948
    5049/** @name Modules definitions
     
    222221 *  @returns Other error codes as defined for each bundled module message function.
    223222 */
    224 int module_message(ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count);
     223int net_module_message(ipc_callid_t callid, ipc_call_t * call, ipc_call_t * answer, int * answer_count);
    225224
    226225/** Initializes the networking module for the chosen subsystem build type.
Note: See TracChangeset for help on using the changeset viewer.