Ignore:
Timestamp:
2009-04-21T12:46:26Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2d2c7ba
Parents:
44b7783
Message:

change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/drivers/dsrln/dsrlnin.h

    r44b7783 rc2417bc  
    5050        irq_t irq;
    5151        dsrlnin_t *dsrlnin;
    52         indev_t kbrdin;
     52        indev_t *srlnin;
    5353} dsrlnin_instance_t;
    5454
    55 extern indev_t *dsrlnin_init(dsrlnin_t *, inr_t);
     55extern dsrlnin_instance_t *dsrlnin_init(dsrlnin_t *, inr_t);
     56extern void dsrlnin_wire(dsrlnin_instance_t *, indev_t *);
    5657
    5758#endif
Note: See TracChangeset for help on using the changeset viewer.