Changeset 512a7df in mainline for uspace/lib/drv/generic/driver.c


Ignore:
Timestamp:
2012-02-01T19:17:43Z (13 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
565b6ff
Parents:
1d69c69 (diff), 3d4750f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with mainline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/generic/driver.c

    r1d69c69 r512a7df  
    595595
    596596/** Allocate driver-specific device data. */
    597 extern void *ddf_dev_data_alloc(ddf_dev_t *dev, size_t size)
     597void *ddf_dev_data_alloc(ddf_dev_t *dev, size_t size)
    598598{
    599599        void *data;
     
    657657
    658658/** Allocate driver-specific function data. */
    659 extern void *ddf_fun_data_alloc(ddf_fun_t *fun, size_t size)
     659void *ddf_fun_data_alloc(ddf_fun_t *fun, size_t size)
    660660{
    661661        void *data;
Note: See TracChangeset for help on using the changeset viewer.