Reflect mii.h and if_media.h having moved.

This commit is contained in:
Ralf Corsepius
2005-11-14 05:48:12 +00:00
parent a0321355d3
commit 6e469da982

View File

@@ -11,9 +11,8 @@
/* Author: Till Straumann, <straumanatslacdotstandorddotedu>, 2005 */
/* These should be moved out of <libchip>... */
#include <libchip/mii.h> /* MII register definitions */
#include <libchip/if_media.h> /* media word definitions; rest of API (ifmedia) unused! */
#include <dev/mii/mii.h> /* MII register definitions */
#include <net/if_media.h> /* media word definitions; rest of API (ifmedia) unused! */
#ifdef __cplusplus
extern "C" {