1 /* $NetBSD: media.h,v 1.1 2008/07/02 07:44:15 dyoung Exp $ */
3 #ifndef _IFCONFIG_MEDIA_H
4 #define _IFCONFIG_MEDIA_H
6 #include <prop/proplib.h>
10 extern struct pkw kwmedia
;
12 void print_media_word(int, const char *);
13 void process_media_commands(prop_dictionary_t
);
14 void media_status(prop_dictionary_t
, prop_dictionary_t
);
16 #endif /* _IFCONFIG_MEDIA_H */