summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/udev.h b/udev.h
index 56eb0d7edb..59c374365e 100644
--- a/udev.h
+++ b/udev.h
@@ -63,6 +63,8 @@ struct device_attr {
int mode;
};
+extern int udev_add_device(char *device, char *subsystem);
+extern int udev_remove_device(char *device, char *subsystem);
#endif