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/z8530/z8530.h

    r44b7783 rc2417bc  
    117117        irq_t irq;
    118118        z8530_t *z8530;
    119         indev_t kbrdin;
     119        indev_t *kbrdin;
    120120} z8530_instance_t;
    121121
    122 extern indev_t *z8530_init(z8530_t *, inr_t, cir_t, void *);
     122extern z8530_instance_t *z8530_init(z8530_t *, inr_t, cir_t, void *);
     123extern void z8530_wire(z8530_instance_t *, indev_t *);
    123124
    124125#endif
Note: See TracChangeset for help on using the changeset viewer.