Changeset 6843a9c in mainline for uspace/drv/bus/isa/i8237.h


Ignore:
Timestamp:
2012-06-29T13:02:14Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
722912e
Parents:
ba72f2b (diff), 0bbd13e (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

Trivial conflicts.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/isa/i8237.h

    rba72f2b r6843a9c  
    11/*
    2  * Copyright (c) 2011 Vojtech Horky
     2 * Copyright (c) 2011 Jan Vesely
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup drvusbehci
     29/** @addtogroup isa
    3030 * @{
    3131 */
     32
    3233/** @file
    33  * Common EHCI definitions.
     34 * @brief DMA memory management
    3435 */
    35 #ifndef DRV_EHCI_EHCI_H
    36 #define DRV_EHCI_EHCI_H
    3736
    38 #include <usbhc_iface.h>
     37#ifndef DRV_BUS_ISA_I8237_H
     38#define DRV_BUS_ISA_I8237_H
    3939
    40 #define NAME "ehci"
    41 
    42 extern usbhc_iface_t ehci_hc_iface;
     40extern int dma_setup_channel(unsigned int, uint32_t, uint16_t, uint8_t);
    4341
    4442#endif
     43
    4544/**
    4645 * @}
    4746 */
    48 
Note: See TracChangeset for help on using the changeset viewer.