Changeset b1bdc7a4 in mainline for uspace/srv/hid/kbd/ctl/stty.c


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/ctl/stty.c

    r774fc85 rb1bdc7a4  
    3939#include <io/keycode.h>
    4040#include <kbd_ctl.h>
     41#include <kbd_port.h>
    4142#include <gsp.h>
    4243#include <stroke.h>
     
    206207};
    207208
    208 int kbd_ctl_init(void)
     209int kbd_ctl_init(kbd_port_ops_t *kbd_port)
    209210{
     211        (void) kbd_port;
    210212        ds = 0;
    211213
Note: See TracChangeset for help on using the changeset viewer.