Changeset 3ad953c in mainline for kernel/generic/include/ipc/irq.h


Ignore:
Timestamp:
2008-12-30T19:55:10Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f58321c4
Parents:
6b21292
Message:

send notification to uspace console when switching from kernel console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/irq.h

    r6b21292 r3ad953c  
    5454 * ipc_irq_send_msg_m(), where m is the number of payload arguments.
    5555 */
     56#define ipc_irq_send_msg_0(irq) \
     57    ipc_irq_send_msg((irq), 0, 0, 0, 0, 0)
    5658#define ipc_irq_send_msg_1(irq, a1) \
    5759    ipc_irq_send_msg((irq), (a1), 0, 0, 0, 0)
Note: See TracChangeset for help on using the changeset viewer.