Changeset 3f74275 in mainline for uspace/lib/c/generic/irq.c


Ignore:
Timestamp:
2017-08-20T16:45:01Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e68765e
Parents:
e7ac23d0
Message:

Fix terminology around capabilities, capability handles and kernel objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/irq.c

    re7ac23d0 r3f74275  
    5858 * @param ucode  Top-half pseudocode handler.
    5959 *
    60  * @return IRQ capability returned by the kernel.
     60 * @return IRQ capability handle returned by the kernel.
    6161 * @return Error code returned by the kernel.
    6262 *
     
    7272/** Unsubscribe from IRQ notification.
    7373 *
    74  * @param cap   IRQ capability.
     74 * @param cap   IRQ capability handle.
    7575 *
    7676 * @return Value returned by the kernel.
Note: See TracChangeset for help on using the changeset viewer.