Changeset c47e1a8 in mainline for uspace/srv/devman/devman.h


Ignore:
Timestamp:
2010-05-21T07:50:04Z (14 years ago)
Author:
Lenka Trochtova <trochtova.lenka@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d51ee2b
Parents:
cf8cc36 (diff), 15b592b (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 mainline changes (rev. 451)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/devman.h

    rcf8cc36 rc47e1a8  
    3737#include <bool.h>
    3838#include <dirent.h>
    39 #include <string.h>
     39#include <str.h>
    4040#include <adt/list.h>
    4141#include <ipc/ipc.h>
     
    145145int get_match_score(driver_t *drv, node_t *dev);
    146146
    147 bool parse_match_ids(const char *buf, match_id_list_t *ids);
     147bool parse_match_ids(char *buf, match_id_list_t *ids);
    148148bool read_match_ids(const char *conf_path, match_id_list_t *ids);
    149 char * read_id(const char **buf) ;
     149char * read_match_id(char **buf);
     150char * read_id(const char **buf);
    150151
    151152// Drivers
     
    165166}
    166167
    167 driver_t * create_driver();
     168driver_t * create_driver(void);
    168169bool get_driver_info(const char *base_path, const char *name, driver_t *drv);
    169170int lookup_available_drivers(driver_list_t *drivers_list, const char *dir_path);
Note: See TracChangeset for help on using the changeset viewer.