Changeset d0c5901 in mainline for generic/src/ipc/irq.c


Ignore:
Timestamp:
2006-06-02T14:07:29Z (19 years ago)
Author:
Jakub Vana <jakub.vana@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c034b16
Parents:
116d1ef4
Message:

IA64 uspace keyboard kernel part

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/ipc/irq.c

    r116d1ef4 rd0c5901  
    4949#include <atomic.h>
    5050#include <syscall/copy.h>
     51#include <console/console.h>
    5152
    5253typedef struct {
     
    102103                case CMD_PORT_WRITE_1:
    103104                        outb((long)code->cmds[i].addr, code->cmds[i].value);
     105                        break;
     106#endif
     107#if defined(ia64)
     108                case CMD_IA64_GETCHAR:
     109                        IPC_SET_ARG2(call->data, _getc(&ski_uconsole));
    104110                        break;
    105111#endif
Note: See TracChangeset for help on using the changeset viewer.