Changeset 732fd3c in mainline for generic/src/ipc/irq.c


Ignore:
Timestamp:
2006-06-06T23:03:42Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9ceaef4
Parents:
a175a67
Message:

ppc32 uspace keyboard support

File:
1 edited

Legend:

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

    ra175a67 r732fd3c  
    108108                case CMD_IA64_GETCHAR:
    109109                        IPC_SET_ARG2(call->data, _getc(&ski_uconsole));
     110                        break;
     111#endif
     112#if defined(ppc32)
     113                case CMD_PPC32_GETCHAR:
     114                        IPC_SET_ARG2(call->data, _getc(&kbrd));
    110115                        break;
    111116#endif
Note: See TracChangeset for help on using the changeset viewer.