diff options
author | greg@kroah.com <greg@kroah.com> | 2003-07-18 22:48:28 -0700 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:01:39 -0700 |
commit | 185a35a403cc37b3943bc68aa61745ff2b6ed17b (patch) | |
tree | 0b7869535745092d1b99bd8e4179ff8c8718c363 /namedev.h | |
parent | 28972fe8a9a314761aacd16bf19f89dbaf5a9282 (diff) |
[PATCH] add initial libsysfs support...
needs lots more cleanup, but is much nicer than doing this by hand...
Diffstat (limited to 'namedev.h')
-rw-r--r-- | namedev.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,5 +30,6 @@ #define NAMEDEV_CONFIG_FILE "namedev.config" extern int namedev_init(void); +extern int namedev_name_device(char *device_name, struct device_attr *attr); #endif |