Changeset 9be360ee in mainline for uspace/srv/hid/kbd/include/sun.h


Ignore:
Timestamp:
2011-06-11T22:06:47Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f3f9659
Parents:
56ad818
Message:

Allow keyboard server to handle more than one driver at the same time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/include/sun.h

    r56ad818 r9be360ee  
    3838#define KBD_SUN_H_
    3939
    40 extern int ns16550_port_init(void);
    41 extern int z8530_port_init(void);
     40#include <kbd.h>
     41
     42extern int ns16550_port_init(kbd_dev_t *);
     43extern int z8530_port_init(kbd_dev_t *);
    4244
    4345#endif
Note: See TracChangeset for help on using the changeset viewer.