Changeset 9359aae in mainline for uspace/lib/c/include/ddi.h


Ignore:
Timestamp:
2013-12-31T03:49:00Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c322fa
Parents:
7f80313
Message:

libc,libdrv: Pass around const pointer to irq code.

We don't modify it at this point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/ddi.h

    r7f80313 r9359aae  
    130130}
    131131
    132 extern int irq_register(int, int, int, irq_code_t *);
     132extern int irq_register(int, int, int, const irq_code_t *);
    133133extern int irq_unregister(int, int);
    134134
Note: See TracChangeset for help on using the changeset viewer.