Changeset bf45993 in mainline for uspace/drv/char/xtkbd/xtkbd.h


Ignore:
Timestamp:
2014-09-19T10:56:30Z (10 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6b646dc
Parents:
824208bf (diff), 58f26cb (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 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/char/xtkbd/xtkbd.h

    r824208bf rbf45993  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
     28
    2829/** @addtogroup drvkbd
    2930 * @{
     
    4748} xt_kbd_t;
    4849
    49 int xt_kbd_init(xt_kbd_t *, ddf_dev_t *);
     50extern int xt_kbd_init(xt_kbd_t *, ddf_dev_t *);
    5051
    5152#endif
     53
    5254/**
    5355 * @}
Note: See TracChangeset for help on using the changeset viewer.