Changeset 7aaed09 in mainline for uspace/srv/net/tl/tcp/sock.h


Ignore:
Timestamp:
2011-12-18T14:02:30Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c868e2d
Parents:
3b71e84d (diff), 1761268 (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 moved

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/sock.h

    r3b71e84d r7aaed09  
    11/*
    2  * Copyright (c) 2011 Vojtech Horky
     2 * Copyright (c) 2011 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup drvusbehci
     29/** @addtogroup tcp
    3030 * @{
    3131 */
    32 /** @file
    33  * Common EHCI definitions.
     32/** @file Socket provider
    3433 */
    35 #ifndef DRV_EHCI_EHCI_H
    36 #define DRV_EHCI_EHCI_H
    3734
    38 #include <usbhc_iface.h>
     35#ifndef SOCK_H
     36#define SOCK_H
    3937
    40 #define NAME "ehci"
     38#include <async.h>
    4139
    42 extern usbhc_iface_t ehci_hc_iface;
     40extern void tcp_sock_init(void);
     41extern int tcp_sock_connection(async_sess_t *, ipc_callid_t, ipc_call_t);
    4342
    4443#endif
    45 /**
    46  * @}
     44
     45/** @}
    4746 */
    48 
Note: See TracChangeset for help on using the changeset viewer.