summaryrefslogtreecommitdiff
path: root/namedev.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-07-18 22:48:28 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:39 -0700
commit185a35a403cc37b3943bc68aa61745ff2b6ed17b (patch)
tree0b7869535745092d1b99bd8e4179ff8c8718c363 /namedev.h
parent28972fe8a9a314761aacd16bf19f89dbaf5a9282 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/namedev.h b/namedev.h
index 0089b4d24..1fe586001 100644
--- a/namedev.h
+++ b/namedev.h
@@ -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