Changeset 00aece0 in mainline for uspace/lib/drv/include/remote_nic.h


Ignore:
Timestamp:
2012-02-18T16:47:38Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4449c6c
Parents:
bd5f3b7 (diff), f943dd3 (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/lib/drv/include/remote_nic.h

    rbd5f3b7 r00aece0  
    11/*
    2  * Copyright (c) 2011 Vojtech Horky
     2 * Copyright (c) 2011 Radim Vansa
    33 * All rights reserved.
    44 *
     
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 /** @addtogroup drvusbohci
     28
     29/** @addtogroup libdrv
    2930 * @{
    3031 */
    3132/** @file
    32  * Common OHCI definitions.
    3333 */
    34 #ifndef DRV_OHCI_IFACE_H
    35 #define DRV_OHCI_IFACE_H
    3634
    37 #include <usbhc_iface.h>
     35#ifndef LIBDRV_REMOTE_NIC_H_
     36#define LIBDRV_REMOTE_NIC_H_
    3837
    39 extern usbhc_iface_t hc_iface;
     38extern remote_iface_t remote_nic_iface;
    4039
    4140#endif
     41
    4242/**
    4343 * @}
    4444 */
    45 
Note: See TracChangeset for help on using the changeset viewer.