Changeset 48bcf49 in mainline for kernel/generic/include/ddi/irq.h


Ignore:
Timestamp:
2017-09-28T22:08:15Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6636fb19
Parents:
dd20cbb
Message:

Introduce reference-counted kobjects

Capabilities are thus reduced to task-local names for references to kobjects.

File:
1 edited

Legend:

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

    rdd20cbb r48bcf49  
    8181        /** When false, notifications are not sent. */
    8282        bool notify;
     83        /** True if the structure is in irq_uspace_hash_table_table */
     84        bool hashed_in;
    8385        /** Answerbox for notifications. */
    8486        answerbox_t *answerbox;
Note: See TracChangeset for help on using the changeset viewer.