summaryrefslogtreecommitdiffstats
path: root/sbin/devd/devd.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-07-10 03:37:15 +0000
committerimp <imp@FreeBSD.org>2005-07-10 03:37:15 +0000
commit68644ee7c20ae551f423483008f4f216eb31d6a5 (patch)
tree97e1fe11117d1944009f6913219eba532675f70d /sbin/devd/devd.h
parent983982e20ac5470784e75ec16d45a9cbce75b15f (diff)
downloadFreeBSD-src-68644ee7c20ae551f423483008f4f216eb31d6a5.zip
FreeBSD-src-68644ee7c20ae551f423483008f4f216eb31d6a5.tar.gz
Add the ability to match the on a media type of the device in question.
Submitted by: sam Approved by: re (scottl)
Diffstat (limited to 'sbin/devd/devd.h')
-rw-r--r--sbin/devd/devd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devd/devd.h b/sbin/devd/devd.h
index 8a032e4..a8d113b 100644
--- a/sbin/devd/devd.h
+++ b/sbin/devd/devd.h
@@ -43,6 +43,7 @@ void add_nomatch(int, struct event_proc *);
void add_notify(int, struct event_proc *);
struct event_proc *add_to_event_proc(struct event_proc *, struct eps *);
struct eps *new_match(const char *, const char *);
+struct eps *new_media(const char *, const char *);
struct eps *new_action(const char *);
void set_pidfile(const char *);
void set_variable(const char *, const char *);
OpenPOWER on IntegriCloud