
Not all of its functionality is actually implemented in the operating system. In addition, a few modules (agr, vlan) have been disabled because we have not imported the necessary headers yet. Change-Id: I4c9271065d640bd9112b4bd27e2652e1d51b18b4
17 lines
370 B
C
17 lines
370 B
C
/* $NetBSD: media.h,v 1.1 2008/07/02 07:44:15 dyoung Exp $ */
|
|
|
|
#ifndef _IFCONFIG_MEDIA_H
|
|
#define _IFCONFIG_MEDIA_H
|
|
|
|
#include <prop/proplib.h>
|
|
|
|
#include "parse.h"
|
|
|
|
extern struct pkw kwmedia;
|
|
|
|
void print_media_word(int, const char *);
|
|
void process_media_commands(prop_dictionary_t);
|
|
void media_status(prop_dictionary_t, prop_dictionary_t);
|
|
|
|
#endif /* _IFCONFIG_MEDIA_H */
|