Changeset c47e1a8 in mainline for uspace/srv/devman/devman.h
- Timestamp:
- 2010-05-21T07:50:04Z (15 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/devman.h
rcf8cc36 rc47e1a8 37 37 #include <bool.h> 38 38 #include <dirent.h> 39 #include <str ing.h>39 #include <str.h> 40 40 #include <adt/list.h> 41 41 #include <ipc/ipc.h> … … 145 145 int get_match_score(driver_t *drv, node_t *dev); 146 146 147 bool parse_match_ids(c onst char *buf, match_id_list_t *ids);147 bool parse_match_ids(char *buf, match_id_list_t *ids); 148 148 bool read_match_ids(const char *conf_path, match_id_list_t *ids); 149 char * read_id(const char **buf) ; 149 char * read_match_id(char **buf); 150 char * read_id(const char **buf); 150 151 151 152 // Drivers … … 165 166 } 166 167 167 driver_t * create_driver( );168 driver_t * create_driver(void); 168 169 bool get_driver_info(const char *base_path, const char *name, driver_t *drv); 169 170 int lookup_available_drivers(driver_list_t *drivers_list, const char *dir_path);
Note:
See TracChangeset
for help on using the changeset viewer.