Changeset b1bdc7a4 in mainline for uspace/srv/hid/kbd/port/z8530.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
  • TabularUnified uspace/srv/hid/kbd/port/z8530.c

    r774fc85 rb1bdc7a4  
    7777        }
    7878};
    79        
    80 irq_code_t z8530_kbd = {
     79
     80static irq_code_t z8530_kbd = {
    8181        sizeof(z8530_cmds) / sizeof(irq_cmd_t),
    8282        z8530_cmds
Note: See TracChangeset for help on using the changeset viewer.