9
0
Fork 0

svn_rev_296

This commit is contained in:
Sascha Hauer 2007-07-05 18:01:40 +02:00 committed by Sascha Hauer
parent b91b171bae
commit 4195bc3323
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ struct device_d *device_from_spec_str(const char *str, char **endp);
struct device_d *get_device_by_name(char *name);
struct device_d *get_device_by_type(ulong type, struct device_d *last);
struct device_d *get_device_by_id(const char *id);
struct device_d *get_first_device(const char *id);
struct device_d *get_first_device(void);
struct driver_d *get_driver_by_name(char *name);