Changeset 659ca07 in mainline for uspace/lib/drv/include/driver.h


Ignore:
Timestamp:
2011-02-14T22:22:54Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34588a80
Parents:
cd0684d
Message:

Remove register_function_wrapper() (this time for real).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/drv/include/driver.h

    rcd0684d r659ca07  
    166166extern void *function_get_ops(function_t *, dev_inferface_idx_t);
    167167
    168 extern int register_function_wrapper(device_t *, const char *, const char *,
    169     int);
    170 
    171168/*
    172169 * Interrupts
Note: See TracChangeset for help on using the changeset viewer.