mii-tool: fixed warning: "initialization discards qualifiers from pointer target"
[oss-qm-packages.git] / lib / ec_hw.c
blob825e50137c30a3921233bc1eb2fb5a41e136af9d
1 /*
2 * lib/ec_hw.c This file contains an implementation of the Econet
3 * hardware support functions.
5 * Version: $Id: ec_hw.c,v 1.2 1999/09/27 11:00:46 philip Exp $
7 * Author: Philip Blundell <philb@gnu.org>
9 * This program is free software; you can redistribute it
10 * and/or modify it under the terms of the GNU General
11 * Public License as published by the Free Software
12 * Foundation; either version 2 of the License, or (at
13 * your option) any later version.
15 #include "config.h"
17 #if HAVE_HWEC
19 #include <net/if_arp.h>
20 #include "net-support.h"
22 struct hwtype ec_hwtype =
24 "ec", NULL /* "Econet" */, ARPHRD_ECONET, 0,
25 NULL, NULL, NULL
28 #endif