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

Control keyboard port modules through ops structures. Allows compiling in
all modules at the same time.

File:
1 edited

Legend:

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

    r774fc85 rb1bdc7a4  
    3838#define KBD_CTL_H_
    3939
     40#include <kbd_port.h>
     41
    4042extern void kbd_ctl_parse_scancode(int);
    41 extern int kbd_ctl_init(void);
     43extern int kbd_ctl_init(kbd_port_ops_t *);
    4244extern void kbd_ctl_set_ind(unsigned);
    4345
Note: See TracChangeset for help on using the changeset viewer.