Changeset 432a269 in mainline for uspace/srv/hid/fb/port/kfb.h


Ignore:
Timestamp:
2011-09-16T21:13:57Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a11f17
Parents:
c0e53ff (diff), fd07e526 (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/hid/fb/port/kfb.h

    rc0e53ff r432a269  
    11/*
    2  * Copyright (c) 2011 Vojtech Horky
     2 * Copyright (c) 2006 Ondrej Palkovsky
    33 * All rights reserved.
    44 *
     
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 /** @addtogroup drvusbohci
     28
     29/** @addtogroup fb
     30 * @ingroup fbs
    2931 * @{
    3032 */
    3133/** @file
    32  * Common OHCI definitions.
    3334 */
    34 #ifndef DRV_OHCI_IFACE_H
    35 #define DRV_OHCI_IFACE_H
    3635
    37 #include <usbhc_iface.h>
     36#ifndef FB_PORT_KFB_H_
     37#define FB_PORT_KFB_H_
    3838
    39 extern usbhc_iface_t hc_iface;
     39extern int kfb_init(void);
    4040
    4141#endif
    42 /**
    43  * @}
     42
     43/** @}
    4444 */
    45 
Note: See TracChangeset for help on using the changeset viewer.