Ignore:
Timestamp:
2014-06-16T20:17:44Z (10 years ago)
Author:
Agnieszka Tabaka <nufcia@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5a78e4e
Parents:
9d653e3 (diff), 334bf28 (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:

Integrate from mainline.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/private/remote_led_dev.h

    r9d653e3 r72d120e  
    11/*
    2  * Copyright (c) 2012 Vojtech Horky
     2 * Copyright (c) 2014 Martin Decky
    33 * All rights reserved.
    44 *
     
    2727 */
    2828
    29 /** @addtogroup msim
     29/** @addtogroup libdrv
    3030 * @{
    3131 */
     32/** @file
     33 */
    3234
    33 #ifndef MSIM_HELENOS_H_
    34 #define MSIM_HELENOS_H_
     35#ifndef LIBDRV_REMOTE_LED_DEV_H_
     36#define LIBDRV_REMOTE_LED_DEV_H_
    3537
    36 char *helenos_input_get_next_command(void);
    37 void helenos_dprinter_init(void);
     38extern remote_iface_t remote_led_dev_iface;
    3839
    3940#endif
Note: See TracChangeset for help on using the changeset viewer.