xref: /minix/sbin/ifconfig/media.h (revision fb9c64b2)
1 /*	$NetBSD: media.h,v 1.1 2008/07/02 07:44:15 dyoung Exp $	*/
2 
3 #ifndef	_IFCONFIG_MEDIA_H
4 #define	_IFCONFIG_MEDIA_H
5 
6 #include <prop/proplib.h>
7 
8 #include "parse.h"
9 
10 extern struct pkw kwmedia;
11 
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);
15 
16 #endif	/* _IFCONFIG_MEDIA_H */
17