Ignore:
Timestamp:
2010-10-24T22:17:02Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b14b71e
Parents:
dfda6a1 (diff), a649e73f (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 from lp:~jakub/helenos/net.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/net/include/protocol_map.h

    rdfda6a1 rcc8d91a  
    4545#include <ipc/services.h>
    4646
    47 eth_type_t protocol_map(services_t, services_t);
    48 services_t protocol_unmap(services_t, int);
    49 eth_type_t lsap_map(eth_lsap_t);
    50 eth_lsap_t lsap_unmap(eth_type_t);
    51 hw_type_t hardware_map(services_t);
     47extern eth_type_t protocol_map(services_t, services_t);
     48extern services_t protocol_unmap(services_t, int);
     49extern eth_type_t lsap_map(eth_lsap_t);
     50extern eth_lsap_t lsap_unmap(eth_type_t);
     51extern hw_type_t hardware_map(services_t);
    5252
    5353#endif
Note: See TracChangeset for help on using the changeset viewer.