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


Ignore:
Timestamp:
2017-08-20T16:45:01Z (8 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/async.c

    re7ac23d0 r3f74275  
    10261026 * @param ucode   Top-half pseudocode handler.
    10271027 *
    1028  * @return IRQ capability on success.
     1028 * @return IRQ capability handle on success.
    10291029 * @return Negative error code.
    10301030 *
     
    10561056/** Unsubscribe from IRQ notification.
    10571057 *
    1058  * @param cap     IRQ capability.
     1058 * @param cap     IRQ capability handle.
    10591059 *
    10601060 * @return Zero on success or a negative error code.
Note: See TracChangeset for help on using the changeset viewer.