Changeset 8add9ca5 in mainline for uspace/srv/hid/kbd/port/pl050.c


Ignore:
Timestamp:
2011-01-29T11:52:53Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4f14e1f8
Parents:
46b881c
Message:

ABI change: syscalls for registering IRQ notifications are probably more DDI-related than IPC-related

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/kbd/port/pl050.c

    r46b881c r8add9ca5  
    100100       
    101101        async_set_interrupt_received(pl050_irq_handler);
    102         ipc_register_irq(inr, device_assign_devno(), 0, &pl050_kbd);
     102        register_irq(inr, device_assign_devno(), 0, &pl050_kbd);
    103103       
    104104        return 0;
Note: See TracChangeset for help on using the changeset viewer.