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


Ignore:
Timestamp:
2011-06-11T19:48:15Z (14 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/sun.c

    r774fc85 rb1bdc7a4  
    4040#include <io/keycode.h>
    4141#include <kbd_ctl.h>
     42#include <kbd_port.h>
    4243
    4344#define KBD_KEY_RELEASE         0x80
     
    4647static int scanmap_simple[];
    4748
    48 int kbd_ctl_init(void)
     49int kbd_ctl_init(kbd_port_ops_t *kbd_port)
    4950{
    5051        return 0;
Note: See TracChangeset for help on using the changeset viewer.