Changeset a996ae31 in mainline for uspace/srv/hid/input/port/gxemul.c


Ignore:
Timestamp:
2012-02-12T14:26:04Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d57122c
Parents:
ec12ab8
Message:

Userspace IRQ pseudocode is expected to use physical addresses from now.
The kernel creates kernel mappings for those and adjusts the pseudocode
accordingly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/port/gxemul.c

    rec12ab8 ra996ae31  
    6969
    7070static irq_code_t gxemul_kbd = {
     71        0,      // FIXME
     72        NULL,   // FIXME
    7173        sizeof(gxemul_cmds) / sizeof(irq_cmd_t),
    7274        gxemul_cmds
Note: See TracChangeset for help on using the changeset viewer.