Changeset 3f74275 in mainline for uspace/drv/char/ns8250/ns8250.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/drv/char/ns8250/ns8250.c

    re7ac23d0 r3f74275  
    160160        /** The irq assigned to this device. */
    161161        int irq;
    162         /** IRQ capability */
     162        /** IRQ capability handle */
    163163        int irq_cap;
    164164        /** The base i/o address of the devices registers. */
Note: See TracChangeset for help on using the changeset viewer.